Skip to content

Commit 89bb2b5

Browse files
authored
Merge pull request #41089 from philipturner/patch-27
2 parents 5e7c7cd + 80c97da commit 89bb2b5

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)