Skip to content

Commit 8427677

Browse files
authored
Unrolled build for #146319
Rollup merge of #146319 - justinyaodu:patch-1, r=jhpratt Fix typo in default.rs This sentence currently reads: > Rust implements `Default` for various primitives types. I think it should just be "primitive types".
2 parents 68baa87 + 7fa2353 commit 8427677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use crate::ascii::Char as AsciiChar;
3333
/// }
3434
/// ```
3535
///
36-
/// Now, you get all of the default values. Rust implements `Default` for various primitives types.
36+
/// Now, you get all of the default values. Rust implements `Default` for various primitive types.
3737
///
3838
/// If you want to override a particular option, but still retain the other defaults:
3939
///

0 commit comments

Comments
 (0)