Skip to content

Commit e0a703b

Browse files
authored
Merge pull request #84369 from valeriyvan/MutableSpan
2 parents c8f8736 + 5d08384 commit e0a703b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Span/MutableSpan.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ extension MutableSpan where Element: BitwiseCopyable {
280280
@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
281281
extension MutableSpan where Element: ~Copyable {
282282

283-
/// Accesses the element at the specified position in the `Span`.
283+
/// Accesses the element at the specified position in the `MutableSpan`.
284284
///
285285
/// - Parameter position: The offset of the element to access. `position`
286286
/// must be greater or equal to zero, and less than `count`.
@@ -299,7 +299,7 @@ extension MutableSpan where Element: ~Copyable {
299299
}
300300
}
301301

302-
/// Accesses the element at the specified position in the `Span`.
302+
/// Accesses the element at the specified position in the `MutableSpan`.
303303
///
304304
/// This subscript does not validate `position`; this is an unsafe operation.
305305
///

0 commit comments

Comments
 (0)