Skip to content

Commit 61aa3af

Browse files
authored
Merge pull request #103 from jyasskin/patch-1
Refer to "get deadline time" where it's set.
2 parents feeca76 + b823e17 commit 61aa3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ <h2>Invoke idle callbacks algorithm</h2>
473473
<li>Pop the top <var>callback</var> from <var>window</var>'s
474474
<a>list of runnable idle callbacks</a>.</li>
475475
<li>Let <var>deadlineArg</var> be a new <a>IdleDeadline</a> whose
476-
</a> is <var>getDeadline</var>.</li>
476+
<a>get deadline time</a> algorithm is <var>getDeadline</var>.</li>
477477
<li>Call <var>callback</var> with <var>deadlineArg</var> as its
478478
argument. If an uncaught runtime script error occurs, then [=report the exception=].</li>
479479
<li>If <var>window</var>'s <a>list of runnable idle callbacks</a>

0 commit comments

Comments
 (0)