diff --git a/src/liballoc/sync.rs b/src/liballoc/sync.rs index 0053a54f2034..0cf250576f17 100644 --- a/src/liballoc/sync.rs +++ b/src/liballoc/sync.rs @@ -573,7 +573,7 @@ pub fn into_raw(this: Self) -> *const T { /// Provides a raw pointer to the data. /// - /// The counts are not affected in way and the `Arc` is not consumed. The pointer is valid for + /// The counts are not affected in any way and the `Arc` is not consumed. The pointer is valid for /// as long as there are strong counts in the `Arc`. /// /// # Examples