diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2020-05-06 18:59:52 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 18:59:52 -0400 | 
| commit | c8aba78613886a29a758cc618f642fd9736cd862 (patch) | |
| tree | e6ca5a15a70dbc930d3c21c8070802637a737834 | |
| parent | 5f54ce7ec9dd768cd7378de47442831b1d2bb998 (diff) | |
| download | rust-c8aba78613886a29a758cc618f642fd9736cd862.tar.gz rust-c8aba78613886a29a758cc618f642fd9736cd862.zip  | |
grammar: subject-verb not subject-verb-verb
| -rw-r--r-- | src/liballoc/fmt.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs index b9da68e031b..e43def2ac3d 100644 --- a/src/liballoc/fmt.rs +++ b/src/liballoc/fmt.rs @@ -161,7 +161,7 @@ //! `Signed` trait. This flag indicates that the correct sign (`+` or `-`) //! should always be printed. //! * `-` - Currently not used -//! * `#` - This flag is indicates that the "alternate" form of printing should +//! * `#` - This flag indicates that the "alternate" form of printing should //! be used. The alternate forms are: //! * `#?` - pretty-print the [`Debug`] formatting //! * `#x` - precedes the argument with a `0x`  | 
