Rollup merge of - steveklabnik:quickfix, r=apasel422

This commit is contained in:
Steve Klabnik 2015-12-17 14:47:13 -05:00
commit b84de0c083

@ -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