File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ extension MutableSpan where Element: BitwiseCopyable {
280
280
@_originallyDefinedIn ( module: " Swift;CompatibilitySpan " , SwiftCompatibilitySpan 6 . 2 )
281
281
extension MutableSpan where Element: ~ Copyable {
282
282
283
- /// Accesses the element at the specified position in the `Span `.
283
+ /// Accesses the element at the specified position in the `MutableSpan `.
284
284
///
285
285
/// - Parameter position: The offset of the element to access. `position`
286
286
/// must be greater or equal to zero, and less than `count`.
@@ -299,7 +299,7 @@ extension MutableSpan where Element: ~Copyable {
299
299
}
300
300
}
301
301
302
- /// Accesses the element at the specified position in the `Span `.
302
+ /// Accesses the element at the specified position in the `MutableSpan `.
303
303
///
304
304
/// This subscript does not validate `position`; this is an unsafe operation.
305
305
///
You can’t perform that action at this time.
0 commit comments