@@ -247,7 +247,7 @@ impl<T: ?Sized> *mut T {
247
247
/// # Safety
248
248
///
249
249
/// 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)
251
251
///
252
252
/// # Examples
253
253
///
@@ -296,7 +296,7 @@ impl<T: ?Sized> *mut T {
296
296
///
297
297
/// # Safety
298
298
///
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)
300
300
///
301
301
/// # Examples
302
302
///
@@ -330,7 +330,7 @@ impl<T: ?Sized> *mut T {
330
330
/// # Safety
331
331
///
332
332
/// 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).
334
334
/// Note that because the created reference is to `MaybeUninit<T>`, the
335
335
/// source pointer can point to uninitialized memory.
336
336
///
@@ -566,7 +566,7 @@ impl<T: ?Sized> *mut T {
566
566
///
567
567
/// When calling this method, you have to ensure that *either*
568
568
/// 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).
570
570
///
571
571
///
572
572
/// # Examples
0 commit comments