Skip to content

Commit be075d3

Browse files
joshlfRalfJung
andauthored
Update library/core/src/ptr/mod.rs
Co-authored-by: Ralf Jung <[email protected]>
1 parent 6597d68 commit be075d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
//! - `base + size <= usize::MAX`
8484
//! - `size <= isize::MAX`
8585
//!
86-
//! As a consequence of these guarantees, given any address, `a`, within the set
86+
//! As a consequence of these guarantees, given any address `a` within the set
8787
//! of addresses of an allocated object:
8888
//! - It is guaranteed that `a - base` does not overflow `isize`
8989
//! - It is guaranteed that `a - base` is non-negative

0 commit comments

Comments
 (0)