File tree 1 file changed +2
-2
lines changed
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> {
516
516
/// # Errors
517
517
///
518
518
/// 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
520
520
/// failed.
521
521
///
522
522
/// For more details have a look at [`Error`] and [`FormatArgumentError`].
@@ -590,7 +590,7 @@ pub fn write<K: Borrow<str> + Eq + Hash>(
590
590
/// # Errors
591
591
///
592
592
/// 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
594
594
/// failed.
595
595
///
596
596
/// For more details have a look at [`Error`] and [`FormatArgumentError`].
You can’t perform that action at this time.
0 commit comments