Skip to content

Commit 0228cd4

Browse files
authored
Fix typo in SE-0446 (#2569)
1 parent c57bb16 commit 0228cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0446-non-escapable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In addition, the use of reference counting to ensure correctness at runtime make
4242

4343
Currently, the notion of "escapability" appears in the Swift language as a feature of closures.
4444
Nonescapable closures can use a very efficient stack-based representation;
45-
closures that are `@escapable` store their captures on the heap.
45+
closures that are `@escaping` store their captures on the heap.
4646

4747
By allowing Swift developers to mark various types as nonescapable, we provide a mechanism for them to opt into a specific set of usage limitations that:
4848

0 commit comments

Comments
 (0)