Skip to content

Commit

Permalink
Fix a minor typo in the description of Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
createyourpersonalaccount committed May 7, 2022
1 parent 574830f commit 7c1d241
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 7c1d241

Please sign in to comment.