Skip to content

Commit ef9abc2

Browse files
authored
Update Coroutines.rst
1 parent ae7df95 commit ef9abc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/Coroutines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ is extended by:
759759

760760
#. defining custom ABIs that inherit from the existing ABIs,
761761
#. give a list of generators for the custom ABIs when constructing the `CoroSplit`_ pass, and
762-
#. use `coro.begin.custom.abi` in place of `coro.begin` that has an additional parameter for the index of the generator/ABI to be used for the coroutine.
762+
#. use `coro.begin.custom.abi`_ in place of `coro.begin`_ that has an additional parameter for the index of the generator/ABI to be used for the coroutine.
763763

764764
A custom ABI overriding the SwitchABI's materialization looks like:
765765

0 commit comments

Comments
 (0)