Skip to content

Commit 388ccda

Browse files
committed
Auto merge of #32081 - cmbrandenburg:spell_fix, r=apasel422
2 parents 2f34986 + b517256 commit 388ccda

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)