From 2a4c4580028fda0fa240a02a0fea37efa8ff1f39 Mon Sep 17 00:00:00 2001 From: Peter Klecha <54185879+peetklecha@users.noreply.github.com> Date: Tue, 18 Jul 2023 10:19:14 -0400 Subject: [PATCH] Update test/built-ins/Promise/withResolvers/ctx-ctor.js Co-authored-by: Linus Groh --- test/built-ins/Promise/withResolvers/ctx-ctor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Promise/withResolvers/ctx-ctor.js b/test/built-ins/Promise/withResolvers/ctx-ctor.js index 370367944f..93da4e8b2e 100644 --- a/test/built-ins/Promise/withResolvers/ctx-ctor.js +++ b/test/built-ins/Promise/withResolvers/ctx-ctor.js @@ -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] ---*/