Typo
This commit is contained in:
parent
0a9b49c794
commit
5fbe485ecc
@ -1827,7 +1827,7 @@ impl<'a> Formatter<'a> {
|
||||
/// }
|
||||
///
|
||||
/// assert_eq!(&format!("{:+}", Foo(23)), "Foo(+23)");
|
||||
/// assert_eq!(&format!("{:+}", Foo(-32)), "Foo(-23)");
|
||||
/// assert_eq!(&format!("{:+}", Foo(-23)), "Foo(-23)");
|
||||
/// assert_eq!(&format!("{}", Foo(23)), "Foo(23)");
|
||||
/// ```
|
||||
#[must_use]
|
||||
|
Loading…
x
Reference in New Issue
Block a user