We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2198230 commit 934e0eaCopy full SHA for 934e0ea
docs/SIL.rst
@@ -583,7 +583,7 @@ autorelease in the callee.
583
when it is possible to do this automatically.
584
585
Coroutine Types
586
-`````````````
+```````````````
587
588
A coroutine is a function which can suspend itself and return control to
589
its caller without terminating the function. That is, it does not need to
@@ -4794,7 +4794,7 @@ an ``unwind`` edge. That is, the blocks reachable from ``unwind`` edges
4794
must jointly form a disjoint subfunction of the coroutine.
4795
4796
unwind
4797
-`````
+``````
4798
::
4799
4800
sil-terminator ::= 'unwind'
0 commit comments