Skip to content

Commit ce96c75

Browse files
authored
Fix typo of straightforward (#2267)
1 parent 8f9a904 commit ce96c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0417-task-executor-preference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ like for example event-loop based systems (often, network applications), or IO s
570570

571571
### Analysis of use-cases and the "sticky" preference semantics
572572

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

575575
- 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.

0 commit comments

Comments
 (0)