You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/NNNN-non-escapable.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ A separate proposal will show how we can further improve safety by allowing libr
58
58
These "lifetime dependency" constraints can also be verified at compile time to ensure that the source of the iterator is not modified and that the iterator specifically does not outlive its source.
59
59
60
60
**Note**: We are using iterators here to illustrate the issues we are considering.
61
-
We are not at this time proposing any changes to Swift's current `Iterator` protocol.
61
+
We are not at this time proposing any changes to Swift's current `IteratorProtocol` construct.
0 commit comments