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 and bricknerb committed Oct 17, 2024
1 parent d94f1ad commit f4442dc
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 f4442dc

Please sign in to comment.