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

Co-authored-by: Ms2ger <Ms2ger@gmail.com>
This commit is contained in:
Peter Klecha 2023-07-18 10:18:49 -04:00 committed by Philip Chimento
parent 15e0933cb5
commit 998f811e58
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 errors when the reciever is not a constructor
description: Promise.withResolvers errors when the receiver is not a constructor
esid: sec-promise.withresolvers
features: [promise-with-resolvers]
---*/