We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84418d2 commit f85b2c5Copy full SHA for f85b2c5
stdlib/public/core/DiscontiguousSlice.swift
@@ -350,7 +350,7 @@ extension DiscontiguousSlice where Base: MutableCollection {
350
/// past the last element of a collection, so it doesn't correspond with an
351
/// element.
352
///
353
- /// - Parameter position: The position of the element to access. `position`
+ /// - Parameter i: The position of the element to access. `i`
354
/// must be a valid index of the collection that is not equal to the
355
/// `endIndex` property.
356
0 commit comments