Update test/built-ins/Promise/withResolvers/ctx-ctor.js

Co-authored-by: Linus Groh <mail@linusgroh.de>
This commit is contained in:
Peter Klecha 2023-07-18 10:19:14 -04:00 committed by Philip Chimento
parent 998f811e58
commit 2a4c458002
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Promise.withResolvers produces instances of the reciever
description: Promise.withResolvers produces instances of the receiver
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/