Skip to content

Commit 58add20

Browse files
authored
Merge pull request #1246 from ianpartridge/indexset-comment
2 parents cbb7a1a + e324fd8 commit 58add20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/IndexSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public struct IndexSet : ReferenceConvertible, Equatable, BidirectionalCollectio
407407
public func intersects(integersIn range: CountableClosedRange<Element>) -> Bool { return self.intersects(integersIn: Range(range)) }
408408

409409
// MARK: -
410-
// Indexable
410+
// Collection
411411

412412
public func index(after i: Index) -> Index {
413413
if i.value + 1 == i.extent.upperBound {

0 commit comments

Comments
 (0)