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.
2 parents 2f34986 + b517256 commit 388ccdaCopy full SHA for 388ccda
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