Spelling fix for "because"
This commit is contained in:
parent
80922a7ad8
commit
b517256941
@ -370,7 +370,7 @@ mod prim_slice { }
|
|||||||
/// // story has nineteen bytes
|
/// // story has nineteen bytes
|
||||||
/// assert_eq!(19, len);
|
/// assert_eq!(19, len);
|
||||||
///
|
///
|
||||||
/// // We can re-build a str out of ptr and len. This is all unsafe becuase
|
/// // We can re-build a str out of ptr and len. This is all unsafe because
|
||||||
/// // we are responsible for making sure the two components are valid:
|
/// // we are responsible for making sure the two components are valid:
|
||||||
/// let s = unsafe {
|
/// let s = unsafe {
|
||||||
/// // First, we build a &[u8]...
|
/// // First, we build a &[u8]...
|
||||||
|
Loading…
Reference in New Issue
Block a user