Skip to content

Commit 64b3c6c

Browse files
[gardening] Remove invisible ^H
1 parent 223d8d6 commit 64b3c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/Foundation/IndexSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ public struct IndexSet : ReferenceConvertible, Equatable, BidirectionalCollectio
704704
}
705705
}
706706

707-
/// Iterate two index sets on the boundaries of their ranges. This is where all of the interesting stuff happens for exclusive or, intersect, etc.
707+
/// Iterate two index sets on the boundaries of their ranges. This is where all of the interesting stuff happens for exclusive or, intersect, etc.
708708
private struct IndexSetBoundaryIterator : IteratorProtocol {
709709
private typealias Element = IndexSet.Element
710710

0 commit comments

Comments
 (0)