Skip to content

Commit 4e9ecab

Browse files
authored
Fix typo in execution.bs
Change "choise" to "choice"
1 parent fe7d135 commit 4e9ecab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ allocations and indirections in the generated code.
13181318

13191319
In a suite of generic async algorithms that are expected to be callable from hot
13201320
code paths, the extra allocations and indirections are a deal-breaker. It is for
1321-
these reasons that we consider coroutines a poor choise for a basis of all
1321+
these reasons that we consider coroutines a poor choice for a basis of all
13221322
standard async.
13231323

13241324
### Callbacks ### {#intro-prior-art-callbacks}

0 commit comments

Comments
 (0)