Skip to content

Commit f9b008e

Browse files
authored
Merge pull request #39484 from nate-chandler/lexical_lifetimes/alloc_stack-doc-fix
2 parents dcbba6e + 07cc404 commit f9b008e

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
@@ -3105,7 +3105,7 @@ The ``dynamic_lifetime`` attribute specifies that the initialization and
31053105
destruction of the stored value cannot be verified at compile time.
31063106
This is the case, e.g. for conditionally initialized objects.
31073107

3108-
The optional ``lexical`` attribute specifies that the operand corresponds to a
3108+
The optional ``lexical`` attribute specifies that the storage corresponds to a
31093109
local variable in the Swift source.
31103110

31113111
The memory is not retainable. To allocate a retainable box for a value

0 commit comments

Comments
 (0)