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 {
280280@_originallyDefinedIn ( module: " Swift;CompatibilitySpan " , SwiftCompatibilitySpan 6 . 2 )
281281extension 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 ///
You can’t perform that action at this time.
0 commit comments