Skip to content

Commit 01d6311

Browse files
authored
Editorial: fix mismatching parenthesis in HostEnqueuePromiseJob()
1 parent aa52274 commit 01d6311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119952,7 +119952,7 @@ dictionary <dfn dictionary>PromiseRejectionEventInit</dfn> : <span>EventInit</sp
119952119952
returns abruptly (because the promise capability's resolve or reject handler threw, possibly
119953119953
because this is a subclass of Promise that takes the supplied functions and wraps them in
119954119954
throwing functions before passing them on to the function passed to the Promise superclass
119955-
constructor. Which global is to be used then, considering that the current realm could be
119955+
constructor). Which global is to be used then, considering that the current realm could be
119956119956
different at each of those steps, by using a Promise constructor or Promise.prototype.then
119957119957
from another realm? See <a href="https://github.com/whatwg/html/issues/10526">issue
119958119958
#10526</a>.</p>

0 commit comments

Comments
 (0)