We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3f27b commit 7fa2353Copy full SHA for 7fa2353
library/core/src/default.rs
@@ -33,7 +33,7 @@ use crate::ascii::Char as AsciiChar;
33
/// }
34
/// ```
35
///
36
-/// Now, you get all of the default values. Rust implements `Default` for various primitives types.
+/// Now, you get all of the default values. Rust implements `Default` for various primitive types.
37
38
/// If you want to override a particular option, but still retain the other defaults:
39
0 commit comments