Skip to content

Commit c6007d6

Browse files
Rollup merge of #96811 - createyourpersonalaccount:doc-typofix, r=JohnTitor
Fix a minor typo in the description of Formatter
2 parents af2f944 + 7c1d241 commit c6007d6

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)