Skip to content

Commit 1761b4b

Browse files
authored
Merge pull request #22167 from apple/rxwei-patch-2
2 parents b422fdc + dcbb26c commit 1761b4b

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
@@ -3394,7 +3394,7 @@ zero, the contained values will be destroyed. If the ``partial_apply`` has a
33943394
is allocated on the stack and intialized to contain the closed-over values. The
33953395
closed-over values are not retained, lifetime of the closed-over values must be
33963396
managed separately. The lifetime of the stack context of a ``partial_apply
3397-
[stack]`` must be terminated with a ``dealloc_stack``.
3397+
[on_stack]`` must be terminated with a ``dealloc_stack``.
33983398

33993399
If the callee is generic, all of its generic parameters must be bound by the
34003400
given substitution list. The arguments are given with these generic

0 commit comments

Comments
 (0)