Skip to content

Commit 041dc73

Browse files
authored
Fix xref in 'schedule a yield continuation' (#99)
Fixes #97
1 parent 054fcc5 commit 041dc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/scheduling-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Issue: [=Run steps after a timeout=] doesn't necessarily account for suspension;
391391
1. Let |result| be [=a new promise=].
392392
1. Let |abortOption| be |options|["{{SchedulerYieldOptions/signal}}"] if it [=map/exists=],
393393
otherwise null.
394-
1. Let |priorityOption| be |options|["{{SchedulerPostTaskOptions/priority}}"] if it
394+
1. Let |priorityOption| be |options|["{{SchedulerYieldOptions/priority}}"] if it
395395
[=map/exists=], otherwise null.
396396
1. If |abortOption| is null and |priorityOption| is null, then set |abortOption| to
397397
"{{SchedulerSignalInherit/inherit}}" and set |priorityOption| to

0 commit comments

Comments
 (0)