Skip to content

Commit

Permalink
Changing a code block to text because Sphinx does not like it on the …
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBallman committed Aug 31, 2016
1 parent 6050932 commit da4a9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Coroutines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ pointer that was returned by prior `coro.begin` call.
Example (custom deallocation function):
"""""""""""""""""""""""""""""""""""""""

.. code-block:: llvm
.. code-block:: text
cleanup:
%mem = call i8* @llvm.coro.free(token %id, i8* %frame)
Expand All @@ -827,7 +827,7 @@ Example (custom deallocation function):
Example (standard deallocation functions):
""""""""""""""""""""""""""""""""""""""""""

.. code-block:: llvm
.. code-block:: text
cleanup:
%mem = call i8* @llvm.coro.free(token %id, i8* %frame)
Expand Down

0 comments on commit da4a9a6

Please sign in to comment.