Skip to content

Commit

Permalink
Auto merge of #32081 - cmbrandenburg:spell_fix, r=apasel422
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 7, 2016
2 parents 2f34986 + b517256 commit 388ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/primitive_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ mod prim_slice { }
/// // story has nineteen bytes
/// 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:
/// let s = unsafe {
/// // First, we build a &[u8]...
Expand Down

0 comments on commit 388ccda

Please sign in to comment.