Skip to content

Commit a9008a0

Browse files
authored
Fix #37 (#39)
1 parent 3fee6bc commit a9008a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h1>
168168
</dl>
169169
<p>An implementation of HostCallJobCallback must conform to the following requirements:</p>
170170
<ul>
171-
<li><ins>It must perform AsyncContextSwap(_jobCallback_.[[Callback]]) before the call,</ins></li>
171+
<li><ins>It must perform AsyncContextSwap(_jobCallback_.[[AsyncContextSnapshot]]) before the call,</ins></li>
172172
<li>It must perform and return the result of Call(_jobCallback_.[[Callback]], _V_, _argumentsList_),</li>
173173
<li><ins>It must perform AsyncContextSwap after the call, with the result of the earlier AsyncContextSwap operation.</ins></li>
174174
</ul>

0 commit comments

Comments
 (0)