Skip to content

Commit 658904d

Browse files
committed
chore(lib): fmt core::fmt::Formatter's write_fmt method
1 parent 7dd2083 commit 658904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)