Skip to content

Commit 80c97da

Browse files
authored
Change argument label
1 parent 2696df4 commit 80c97da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/RangeReplaceableCollection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public protocol RangeReplaceableCollection: Collection
369369

370370
// FIXME: Associated type inference requires these.
371371
@_borrowed
372-
override subscript(bounds: Index) -> Element { get }
372+
override subscript(position: Index) -> Element { get }
373373
override subscript(bounds: Range<Index>) -> SubSequence { get }
374374
}
375375

0 commit comments

Comments
 (0)