We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80922a7 commit b517256Copy full SHA for b517256
src/libstd/primitive_docs.rs
@@ -370,7 +370,7 @@ mod prim_slice { }
370
/// // story has nineteen bytes
371
/// assert_eq!(19, len);
372
///
373
-/// // 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
374
/// // we are responsible for making sure the two components are valid:
375
/// let s = unsafe {
376
/// // First, we build a &[u8]...
0 commit comments