Skip to content

Commit

Permalink
Rollup merge of rust-lang#96811 - createyourpersonalaccount:doc-typof…
Browse files Browse the repository at this point in the history
…ix, r=JohnTitor

Fix a minor typo in the description of Formatter
  • Loading branch information
GuillaumeGomez authored May 7, 2022
2 parents af2f944 + 7c1d241 commit c6007d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/fmt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
///
/// ```
Expand Down

0 comments on commit c6007d6

Please sign in to comment.