fix typos
This commit is contained in:
parent
bc809e01ee
commit
78f5b6866e
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
//! ## Alignment
|
||||
//!
|
||||
//! Valid raw pointers as defined above are not necessarily properly aligned (where
|
||||
//! "proper" alignment is defind by the pointee type, i.e., `*const T` must be
|
||||
//! "proper" alignment is defined by the pointee type, i.e., `*const T` must be
|
||||
//! aligned to `mem::align_of::<T>()`). However, most functions require their
|
||||
//! arguments to be properly aligned, and will explicitly state
|
||||
//! this requirement in their documentation. Notable exceptions to this are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue