Skip to content

Commit 7fa2353

Browse files
authored
Fix typo in default.rs
1 parent 2f3f27b commit 7fa2353

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)