Skip to content

Commit cedd2c5

Browse files
authored
Merge pull request #61057 from gottesmm/pr-3984492b3bbec784cf4495388af69cd65fe0f56a
[SIL.rst] Fix warning.
2 parents 72da4c7 + deaaea0 commit cedd2c5

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
@@ -966,9 +966,9 @@ and is usually the mangled name of the originating Swift declaration.
966966
The ``sil`` syntax declares the function's name and SIL type, and
967967
defines the body of the function inside braces. The declared type must
968968
be a function type, which may be generic.
969-
If there are no `sil-basic-block`s contained in the body, the function
970-
is an external declaration.
971969

970+
If a function body does not contain atleast one ``sil-basic-block``, the
971+
function is an external declaration.
972972

973973
Function Attributes
974974
```````````````````

0 commit comments

Comments
 (0)