Skip to content

Commit b14bd74

Browse files
committed
fix tidy check
1 parent cfcb18a commit b14bd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ impl str {
608608
///
609609
/// * The provided bytes must contain a valid UTF-8 sequence.
610610
///
611-
/// * The `Box<[u8]>` must have been allocated via the global allocator.
611+
/// * The `Box<[u8]>` must have been allocated via the global allocator.
612612
///
613613
/// # Examples
614614
///

0 commit comments

Comments
 (0)