Skip to content

Commit 642cc3c

Browse files
authored
[Docs] Fix typo in SIL.rst.
"an `@noescape`" -> "a `@noescape`"
1 parent 6ddfd15 commit 642cc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/SIL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4879,7 +4879,7 @@ convert_escape_to_noescape
48794879
// (see convert_function)
48804880
// %1 will be of the trivial type $@noescape T -> U
48814881

4882-
Converts an escaping (non-trivial) function type to an ``@noescape`` trivial
4882+
Converts an escaping (non-trivial) function type to a ``@noescape`` trivial
48834883
function type. Something must guarantee the lifetime of the input ``%0`` for the
48844884
duration of the use ``%1``.
48854885

0 commit comments

Comments
 (0)