fix another doc typo to cycle bots

This commit is contained in:
Nico Weber 2019-12-20 21:59:51 -05:00
parent bab67ba6a3
commit 9b6ad8466b
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ in further detail below.
The frontend may generate code to call the coroutine function directly;
this will become a call to the ramp function and will return a pointer
to the coroutine object. The frontend should always resume or destroy
the coroutine using the corresping intrinsics.
the coroutine using the corresponding intrinsics.
Returned-Continuation Lowering
------------------------------