Skip to content

Commit c8aba78

Browse files
authored
grammar: subject-verb not subject-verb-verb
1 parent 5f54ce7 commit c8aba78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
//! `Signed` trait. This flag indicates that the correct sign (`+` or `-`)
162162
//! should always be printed.
163163
//! * `-` - Currently not used
164-
//! * `#` - This flag is indicates that the "alternate" form of printing should
164+
//! * `#` - This flag indicates that the "alternate" form of printing should
165165
//! be used. The alternate forms are:
166166
//! * `#?` - pretty-print the [`Debug`] formatting
167167
//! * `#x` - precedes the argument with a `0x`

0 commit comments

Comments
 (0)