@@ -247,7 +247,7 @@ impl<T: ?Sized> *mut T {
247247 /// # Safety
248248 ///
249249 /// When calling this method, you have to ensure that *either* the pointer is null *or*
250- /// the pointer is [convirtible to a reference](crate::ptr#pointer-to-reference-conversion)
250+ /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
251251 ///
252252 /// # Examples
253253 ///
@@ -296,7 +296,7 @@ impl<T: ?Sized> *mut T {
296296 ///
297297 /// # Safety
298298 ///
299- /// When calling this method, you have to ensure that the pointer is [convirtible to a reference](crate::ptr#pointer-to-reference-conversion)
299+ /// When calling this method, you have to ensure that the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
300300 ///
301301 /// # Examples
302302 ///
@@ -330,7 +330,7 @@ impl<T: ?Sized> *mut T {
330330 /// # Safety
331331 ///
332332 /// When calling this method, you have to ensure that *either* the pointer is null *or*
333- /// the pointer is [convirtible to a reference](crate::ptr#pointer-to-reference-conversion).
333+ /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion).
334334 /// Note that because the created reference is to `MaybeUninit<T>`, the
335335 /// source pointer can point to uninitialized memory.
336336 ///
@@ -566,7 +566,7 @@ impl<T: ?Sized> *mut T {
566566 ///
567567 /// When calling this method, you have to ensure that *either*
568568 /// the pointer is null *or*
569- /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion)
569+ /// the pointer is [convertible to a reference](crate::ptr#pointer-to-reference-conversion).
570570 ///
571571 ///
572572 /// # Examples
0 commit comments