Skip to content

Commit c433302

Browse files
committed
chore(lib): fmt core::fmt::Formatter's write_fmt method
1 parent 72ef357 commit c433302

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
@@ -1630,7 +1630,7 @@ impl<'a> Formatter<'a> {
16301630
///
16311631
/// This method should generally not be invoked manually, but rather through
16321632
/// the [`write!`] macro itself.
1633-
///
1633+
///
16341634
/// Writes some formatted information into this instance.
16351635
///
16361636
/// # Examples

0 commit comments

Comments
 (0)