Skip to content

Commit b84de0c

Browse files
committed
Rollup merge of #30428 - steveklabnik:quickfix, r=apasel422
2 parents 6c065b6 + 4e2ec9a commit b84de0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ mod prim_slice { }
333333
/// let ptr = story.as_ptr();
334334
/// let len = story.len();
335335
///
336-
/// // story has thirteen bytes
336+
/// // story has nineteen bytes
337337
/// assert_eq!(19, len);
338338
///
339339
/// // We can re-build a str out of ptr and len. This is all unsafe becuase

0 commit comments

Comments
 (0)