mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 13:33:43 +00:00
Fix a minor typo in the description of Formatter
This commit is contained in:
parent
574830f573
commit
7c1d241f2b
@ -600,7 +600,7 @@ impl Display for Arguments<'_> {
|
||||
///
|
||||
/// Types that do not wish to use the standard suite of debug representations
|
||||
/// provided by the `Formatter` trait (`debug_struct`, `debug_tuple`,
|
||||
/// `debut_list`, `debug_set`, `debug_map`) can do something totally custom by
|
||||
/// `debug_list`, `debug_set`, `debug_map`) can do something totally custom by
|
||||
/// manually writing an arbitrary representation to the `Formatter`.
|
||||
///
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user