File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ impl<'a> FormatArgument<'a> {
516516/// # Errors
517517///
518518/// It will return an error if the specified format string has invalid syntax,
519- /// the type doesn't implement the expected trait, or the formatting it self
519+ /// the type doesn't implement the expected trait, or the formatting itself
520520/// failed.
521521///
522522/// For more details have a look at [`Error`] and [`FormatArgumentError`].
@@ -590,7 +590,7 @@ pub fn write<K: Borrow<str> + Eq + Hash>(
590590/// # Errors
591591///
592592/// It will return an error if the specified format string has invalid syntax,
593- /// the type doesn't implement the expected trait, or the formatting it self
593+ /// the type doesn't implement the expected trait, or the formatting itself
594594/// failed.
595595///
596596/// For more details have a look at [`Error`] and [`FormatArgumentError`].
You can’t perform that action at this time.
0 commit comments