diff --git a/library/core/src/ptr/mod.rs b/library/core/src/ptr/mod.rs index aec2cc45c684a..0ff44478d3563 100644 --- a/library/core/src/ptr/mod.rs +++ b/library/core/src/ptr/mod.rs @@ -83,7 +83,7 @@ //! - `base + size <= usize::MAX` //! - `size <= isize::MAX` //! -//! As a consequence of these guarantees, given any address, `a`, within the set +//! As a consequence of these guarantees, given any address `a` within the set //! of addresses of an allocated object: //! - It is guaranteed that `a - base` does not overflow `isize` //! - It is guaranteed that `a - base` is non-negative