mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
grammar: subject-verb not subject-verb-verb
This commit is contained in:
parent
5f54ce7ec9
commit
c8aba78613
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user