Skip to content

Commit cd35fdc

Browse files
authored
Fix Syntax: 'disegard' to 'disregard', 'th' to 'the' (#2266)
1 parent ad0888d commit cd35fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0417-task-executor-preference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ like for example event-loop based systems (often, network applications), or IO s
572572

573573
The semantics explained in this proposal may at first seem tricky, however in reality the rule is quite strightfoward:
574574

575-
- when there is a strict requirement for code to run on some specific executor, *it will* (and therefore disegard the "preference"),
575+
- when there is a strict requirement for code to run on some specific executor, *it will* (and therefore disregard the "preference"),
576576
- when there is no requirement where asynchronous code should execute, this proposal allows to specify a preference and therefore avoid hopping and context switches, leading to more efficient programs.
577577

578578
It is worth discussing how user-control is retained with this proposal. Most notably, we believe this proposal follows Swift's core principle of progressive disclosure.
@@ -759,7 +759,7 @@ We considered if not introducing this feature could be beneficial and forcing de
759759

760760
## Revisions
761761
- 1.5
762-
- document that an executor may be both SerialExecutor and TaskExecutor at th same time
762+
- document that an executor may be both SerialExecutor and TaskExecutor at the same time
763763
- 1.4
764764
- added `unownedTaskExecutor` to UnsafeCurrentTask
765765
- 1.3

0 commit comments

Comments
 (0)