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 @@ -611,7 +611,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
611611 self . init ( mutating: unwrapped)
612612 }
613613
614- /// Creates an immutable typed pointer referencing the same memory as the
614+ /// Creates a mutable typed pointer referencing the same memory as the
615615 /// given mutable pointer.
616616 ///
617617 /// - Parameter other: The pointer to convert.
@@ -620,7 +620,7 @@ public struct UnsafeMutablePointer<Pointee>: _Pointer {
620620 self . _rawValue = other. _rawValue
621621 }
622622
623- /// Creates an immutable typed pointer referencing the same memory as the
623+ /// Creates a mutable typed pointer referencing the same memory as the
624624 /// given mutable pointer.
625625 ///
626626 /// - Parameter other: The pointer to convert. If `other` is `nil`, the
You can’t perform that action at this time.
0 commit comments