From c8aba78613886a29a758cc618f642fd9736cd862 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 May 2020 18:59:52 -0400 Subject: [PATCH] grammar: subject-verb not subject-verb-verb --- src/liballoc/fmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`