Skip to content

Commit f6f1bf5

Browse files
authored
Merge pull request #26477 from apple/rxwei-patch-6
[Docs] Fix typo in SIL.rst.
2 parents b60f4ed + 642cc3c commit f6f1bf5

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)