mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
Rollup merge of #96811 - createyourpersonalaccount:doc-typofix, r=JohnTitor
Fix a minor typo in the description of Formatter
This commit is contained in:
commit
c6007d6b57
@ -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