docs: fix some spelling mistakes (#633)

This commit is contained in:
mxsm
2023-09-25 10:47:02 +02:00
committed by GitHub
parent a14ef4617c
commit a4e16a552b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1684,7 +1684,7 @@ fn invalid_ptr<T>(addr: usize) -> *mut T {
/// self.ptr.as_ptr().offset_from(ptr) as usize;
/// ```
///
/// But due to min rust is 1.39 and it is only stablised
/// But due to min rust is 1.39 and it is only stabilized
/// in 1.47, we cannot use it.
#[inline]
fn offset_from(dst: *mut u8, original: *mut u8) -> usize {