Skip to content

Commit e9bb76d

Browse files
authored
Update mod.rs
1 parent 7bb85f0 commit e9bb76d

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
@@ -69,7 +69,7 @@
6969
//! An allocated object can never contain the null address, and the address "at the end"
7070
//! (i.e., one past the last byte that is contained inside the allocated object) can always
7171
//! be computed without wrapping around the address space. (The last part is equivalent
72-
//! to saying that `usize::MAX` is never contained in an allocated object.)
72+
//! to saying that the address `usize::MAX` is never contained in an allocated object.)
7373
//!
7474
//! # Strict Provenance
7575
//!

0 commit comments

Comments
 (0)