From c4dc43cf54437bc2e4cd4ba535704efd898a0e56 Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Fri, 8 Nov 2024 11:10:44 +0000 Subject: [PATCH] Editorial: Fix `Promise.try` preamble (#3454) (Make it consistent with PR #2592) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 011bc59625..de6055b5c6 100644 --- a/spec.html +++ b/spec.html @@ -48148,7 +48148,7 @@

Promise.try ( _callback_, ..._args_ )

-

When the `try` method is called with argument _callback_, the following steps are taken:

+

This function performs the following steps when called:

1. Let _C_ be the *this* value. 1. If _C_ is not an Object, throw a *TypeError* exception.