Skip to content

Commit be36fbf

Browse files
authored
Merge pull request #238 from Brian-M-J/typo-fix
Fix typo in execution.bs
2 parents fe7d135 + 4e9ecab commit be36fbf

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)