Skip to content

Commit

Permalink
Rollup merge of rust-lang#30428 - steveklabnik:quickfix, r=apasel422
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 17, 2015
2 parents 6c065b6 + 4e2ec9a commit b84de0c
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 @@ -333,7 +333,7 @@ mod prim_slice { }
/// let ptr = story.as_ptr();
/// let len = story.len();
///
/// // story has thirteen bytes
/// // story has nineteen bytes
/// assert_eq!(19, len);
///
/// // We can re-build a str out of ptr and len. This is all unsafe becuase
Expand Down

0 comments on commit b84de0c

Please sign in to comment.