From a9a3b3d22e776dec9c729b11eab995a0f847c363 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sun, 5 Dec 2021 14:18:44 +0100 Subject: [PATCH] fix: grammar mistake in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bea52d8..a90cfe2a 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ This second method shows a method using the 'Builder Pattern' which allows more // (Full example with detailed comments in examples/01b_quick_example.rs) // // This example demonstrates clap's "builder pattern" method of creating arguments -// which the most flexible, but also most verbose. +// which is the most flexible, but also most verbose. use clap::{Arg, App}; fn main() {