Skip to content

Commit 5fbab9d

Browse files
committed
[Docs] Fix headings in SIL.rst
Fixes "Title underline too short." warning which is treated as an error.
1 parent 2dcd822 commit 5fbab9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/SIL.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,7 +2337,7 @@ assign_by_delegate
23372337
``````````````````
23382338
::
23392339

2340-
sil-instruction ::= 'assign_by_delegate' sil-operand 'to' sil-operand ',' 'init' sil-operand ',' 'set' sil-operand
2340+
sil-instruction ::= 'assign_by_delegate' sil-operand 'to' sil-operand ',' 'init' sil-operand ',' 'set' sil-operand
23412341

23422342
assign_by_delegate %0 : $S to %1 : $*T, init %2 : $F, set %3 : $G
23432343
// $S can be a value or address type
@@ -3054,7 +3054,7 @@ function_ref
30543054
Creates a reference to a SIL function.
30553055

30563056
dynamic_function_ref
3057-
````````````
3057+
````````````````````
30583058
::
30593059

30603060
sil-instruction ::= 'dynamic_function_ref' sil-function-name ':' sil-type
@@ -3091,7 +3091,7 @@ We will generate::
30913091
}
30923092

30933093
prev_dynamic_function_ref
3094-
````````````
3094+
`````````````````````````
30953095
::
30963096

30973097
sil-instruction ::= 'prev_dynamic_function_ref' sil-function-name ':' sil-type

0 commit comments

Comments
 (0)