We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408a6a0 commit 755de3cCopy full SHA for 755de3c
src/libcore/ptr.rs
@@ -40,7 +40,7 @@
40
//!
41
//! ## Alignment
42
43
-//! Valid pointers as defined above are not necessarily properly aligned (where
+//! Valid raw pointers as defined above are not necessarily properly aligned (where
44
//! "proper" alignment is defind by the pointee type, i.e., `*const T` must be
45
//! aligned to `mem::align_of::<T>()`). However, most functions require their
46
//! arguments to be properly aligned, and will explicitly state
0 commit comments