Skip to content

Commit 7c1d241

Browse files
Fix a minor typo in the description of Formatter
1 parent 574830f commit 7c1d241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/fmt/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ impl Display for Arguments<'_> {
600600
///
601601
/// Types that do not wish to use the standard suite of debug representations
602602
/// provided by the `Formatter` trait (`debug_struct`, `debug_tuple`,
603-
/// `debut_list`, `debug_set`, `debug_map`) can do something totally custom by
603+
/// `debug_list`, `debug_set`, `debug_map`) can do something totally custom by
604604
/// manually writing an arbitrary representation to the `Formatter`.
605605
///
606606
/// ```

0 commit comments

Comments
 (0)