We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af2f944 + 7c1d241 commit c6007d6Copy full SHA for c6007d6
library/core/src/fmt/mod.rs
@@ -600,7 +600,7 @@ impl Display for Arguments<'_> {
600
///
601
/// Types that do not wish to use the standard suite of debug representations
602
/// provided by the `Formatter` trait (`debug_struct`, `debug_tuple`,
603
-/// `debut_list`, `debug_set`, `debug_map`) can do something totally custom by
+/// `debug_list`, `debug_set`, `debug_map`) can do something totally custom by
604
/// manually writing an arbitrary representation to the `Formatter`.
605
606
/// ```
0 commit comments