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 @@ -281,7 +281,7 @@ extension MutableSpan where Element: BitwiseCopyable {
281
281
@_originallyDefinedIn ( module: " Swift;CompatibilitySpan " , SwiftCompatibilitySpan 6 . 2 )
282
282
extension MutableSpan where Element: ~ Copyable {
283
283
284
- /// Accesses the element at the specified position in the `Span `.
284
+ /// Accesses the element at the specified position in the `MutableSpan `.
285
285
///
286
286
/// - Parameter position: The offset of the element to access. `position`
287
287
/// must be greater or equal to zero, and less than `count`.
@@ -300,7 +300,7 @@ extension MutableSpan where Element: ~Copyable {
300
300
}
301
301
}
302
302
303
- /// Accesses the element at the specified position in the `Span `.
303
+ /// Accesses the element at the specified position in the `MutableSpan `.
304
304
///
305
305
/// This subscript does not validate `position`; this is an unsafe operation.
306
306
///
You can’t perform that action at this time.
0 commit comments