Skip to content

Commit abdccba

Browse files
authored
Merge pull request #36901 from etcwilde/ewilde/fix-doc-underline
[NFC] [ Docs] Fix the missing title underbar
2 parents 24bed82 + 014b1fe commit abdccba

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
@@ -1862,7 +1862,7 @@ derived from the ARC object. As an example, consider the following Swift/SIL::
18621862
bb0(%0 : @guaranteed Klass):
18631863
// Definition of '%1'
18641864
%1 = copy_value %0 : $Klass
1865-
1865+
18661866
// Consume '%1'. This means '%1' can no longer be used after this point. We
18671867
// rebind '%1' in the destination blocks (bbYes, bbNo).
18681868
checked_cast_br %1 : $Klass to $OtherKlass, bbYes, bbNo
@@ -3320,7 +3320,7 @@ lowered by the SIL pipeline, so that IR generation only operands of type
33203320
The operand is a guaranteed operand, i.e. not consumed.
33213321

33223322
extract_executor
3323-
```````````````
3323+
````````````````
33243324

33253325
::
33263326

0 commit comments

Comments
 (0)