3060: fix: grammar mistake in README.md r=pksunkara a=corneliusroemer



Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
This commit is contained in:
bors[bot] 2021-12-05 16:34:05 +00:00 committed by GitHub
commit 7637d0249b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {