Fix typo in default.rs
This commit is contained in:
parent
2f3f27bf79
commit
7fa23530bf
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ use crate::ascii::Char as AsciiChar;
|
|||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// 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.
|
||||
///
|
||||
/// If you want to override a particular option, but still retain the other defaults:
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue