Skip to content

Commit 9cb696c

Browse files
authored
Fix undefined variable "scriptResult" in remote steps of "Execute Async Script" (#1865)
1 parent 7d8beb9 commit 9cb696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7270,7 +7270,7 @@ <h4><dfn>Execute Async Script</dfn></h4>
72707270
<li><p>Append <var>resolvingFunctions</var><code>.[[\Resolve]]</code> to
72717271
<var>arguments</var>.
72727272

7273-
<li><p>Let <var>result</var> be the result of calling
7273+
<li><p>Let <var>scriptResult</var> be the result of calling
72747274
<a>execute a function body</a>, with arguments
72757275
<var>body</var> and <var>arguments</var>.
72767276

0 commit comments

Comments
 (0)