Skip to content

Commit e99b646

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

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
@@ -90,7 +90,7 @@ extension DefaultIndices: Collection {
9090
@inlinable
9191
public func index(
9292
_ i: Index, offsetBy distance: Int, limitedBy limit: Index
93-
) -> Index? {
93+
) -> Index? {
9494
return _elements.index(i, offsetBy: distance, limitedBy: limit)
9595
}
9696

0 commit comments

Comments
 (0)