mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Merge #3060
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:
commit
7637d0249b
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue