Skip to content

Commit 1d1d489

Browse files
authored
Merge pull request swiftlang#12799 from eeckstein/fix-docs
2 parents 8702152 + 934e0ea commit 1d1d489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SIL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ autorelease in the callee.
583583
when it is possible to do this automatically.
584584

585585
Coroutine Types
586-
`````````````
586+
```````````````
587587

588588
A coroutine is a function which can suspend itself and return control to
589589
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
47944794
must jointly form a disjoint subfunction of the coroutine.
47954795

47964796
unwind
4797-
`````
4797+
``````
47984798
::
47994799

48004800
sil-terminator ::= 'unwind'

0 commit comments

Comments
 (0)