Skip to content

Commit e324fd8

Browse files
committed
Update comment
1 parent d217afa commit e324fd8

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)