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 @@ pub fn write_str(&mut self, data: &str) -> Result {
/// ///
/// This method should generally not be invoked manually, but rather through /// This method should generally not be invoked manually, but rather through
/// the [`write!`] macro itself. /// the [`write!`] macro itself.
/// ///
/// Writes some formatted information into this instance. /// Writes some formatted information into this instance.
/// ///
/// # Examples /// # Examples