We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6597d68 commit be075d3Copy full SHA for be075d3
library/core/src/ptr/mod.rs
@@ -83,7 +83,7 @@
83
//! - `base + size <= usize::MAX`
84
//! - `size <= isize::MAX`
85
//!
86
-//! 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
87
//! of addresses of an allocated object:
88
//! - It is guaranteed that `a - base` does not overflow `isize`
89
//! - It is guaranteed that `a - base` is non-negative
0 commit comments