Skip to content

Commit fe05797

Browse files
tbkkalorentey
andauthored
s/Iterator/IteratorProtocol/
Co-authored-by: Karoy Lorentey <[email protected]>
1 parent 738fafb commit fe05797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-non-escapable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ A separate proposal will show how we can further improve safety by allowing libr
5858
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.
5959

6060
**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.
6262

6363
## Detailed design
6464

0 commit comments

Comments
 (0)