chore(lib): fmt core::fmt::Formatter's write_fmt method

This commit is contained in:
burlinchen 2024-08-13 08:40:08 +08:00
parent 72ef357ea3
commit c4333026a0

View File

@ -1630,7 +1630,7 @@ impl<'a> Formatter<'a> {
///
/// This method should generally not be invoked manually, but rather through
/// the [`write!`] macro itself.
///
///
/// Writes some formatted information into this instance.
///
/// # Examples