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 {
281281@_originallyDefinedIn ( module: " Swift;CompatibilitySpan " , SwiftCompatibilitySpan 6 . 2 )
282282extension MutableSpan where Element: ~ Copyable {
283283
284- /// Accesses the element at the specified position in the `Span `.
284+ /// Accesses the element at the specified position in the `MutableSpan `.
285285 ///
286286 /// - Parameter position: The offset of the element to access. `position`
287287 /// must be greater or equal to zero, and less than `count`.
@@ -300,7 +300,7 @@ extension MutableSpan where Element: ~Copyable {
300300 }
301301 }
302302
303- /// Accesses the element at the specified position in the `Span `.
303+ /// Accesses the element at the specified position in the `MutableSpan `.
304304 ///
305305 /// This subscript does not validate `position`; this is an unsafe operation.
306306 ///
You can’t perform that action at this time.
0 commit comments