Skip to content

Commit 55b1a4d

Browse files
NevinBRxwu
andauthored
Update stdlib/public/core/Indices.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 2857ec9 commit 55b1a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Indices.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ extension DefaultIndices: Collection {
8989

9090
@inlinable
9191
public func index(
92-
_ i: Index, offsetBy distance: Int, limitedBy limit: Index
92+
_ i: Index, offsetBy distance: Int, limitedBy limit: Index
9393
) -> Index? {
9494
return _elements.index(i, offsetBy: distance, limitedBy: limit)
9595
}

0 commit comments

Comments
 (0)