Skip to content

Commit

Permalink
[Docs] Fix typo in recent coro docs (llvm#112005)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsymalla authored Oct 11, 2024
1 parent abe148a commit f4cf624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/Coroutines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ The first and second arguments are identical to those of the `coro.begin`
intrinsic.

The third argument is an i32 index of the generator list given to the
`CoroSplit` pass specifying the custom ABI generator lor this coroutine.
`CoroSplit` pass specifying the custom ABI generator for this coroutine.

Semantics:
""""""""""
Expand Down

0 comments on commit f4cf624

Please sign in to comment.