diff options
author | 2023-09-25 16:47:02 +0800 | |
---|---|---|
committer | 2023-09-25 10:47:02 +0200 | |
commit | a4e16a552bf5bee0b75d549a98551d5ab1b074e4 (patch) | |
tree | e05d848579ac323f5ee488661ef4712216a1fcad /src/bytes_mut.rs | |
parent | a14ef4617c1d041cd4b479cd7f5453054b8e639a (diff) | |
download | bytes-a4e16a552bf5bee0b75d549a98551d5ab1b074e4.tar.gz bytes-a4e16a552bf5bee0b75d549a98551d5ab1b074e4.tar.zst bytes-a4e16a552bf5bee0b75d549a98551d5ab1b074e4.zip |
docs: fix some spelling mistakes (#633)
Diffstat (limited to 'src/bytes_mut.rs')
-rw-r--r-- | src/bytes_mut.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytes_mut.rs b/src/bytes_mut.rs index 79a8877..b4be074 100644 --- a/src/bytes_mut.rs +++ b/src/bytes_mut.rs @@ -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 { |