We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f27032 + 785ebd9 commit 8201f0fCopy full SHA for 8201f0f
library/alloc/src/str.rs
@@ -612,7 +612,7 @@ pub unsafe fn from_boxed_utf8_unchecked(v: Box<[u8]>) -> Box<str> {
612
}
613
614
/// Converts the bytes while the bytes are still ascii.
615
-/// For better average performance, this is happens in chunks of `2*size_of::<usize>()`.
+/// For better average performance, this happens in chunks of `2*size_of::<usize>()`.
616
/// Returns a vec with the converted bytes.
617
#[inline]
618
#[cfg(not(test))]
0 commit comments