Skip to content

Commit b517256

Browse files
committed
Spelling fix for "because"
1 parent 80922a7 commit b517256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ mod prim_slice { }
370370
/// // story has nineteen bytes
371371
/// assert_eq!(19, len);
372372
///
373-
/// // We can re-build a str out of ptr and len. This is all unsafe becuase
373+
/// // We can re-build a str out of ptr and len. This is all unsafe because
374374
/// // we are responsible for making sure the two components are valid:
375375
/// let s = unsafe {
376376
/// // First, we build a &[u8]...

0 commit comments

Comments
 (0)