Skip to content

Commit fa6cdfc

Browse files
committed
Merge pull request swiftlang#1 from dabrahams/patch-1
Add missing word
2 parents b65bf77 + c3bdea3 commit fa6cdfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/NNNN-collections-move-indices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ for i in c.indices {
815815
}
816816
```
817817

818-
If ARC can prove that the collection does contain indices where
818+
If ARC can prove that the collection does not contain indices where
819819
`i.isRed` is true, then it can deinit the collection right after
820820
constructing the index collection, before starting the loop. Then, the
821821
first time we need to advance the index, dereferencing the unowned

0 commit comments

Comments
 (0)