Skip to content

Commit 1036060

Browse files
authored
Merge pull request #6025 from AldaronLau/typos-in-faq
docs: Fix minor grammar issues in FAQ
2 parents a380b65 + 2fcafc0 commit 1036060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_faq.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
//!
7070
//! There are also experiments with other APIs:
7171
//! - [fncmd](https://github.com/yuhr/fncmd): function attribute
72-
//! - [clap-serde](https://github.com/aobatact/clap-serde): create an `Command` from a deserializer
72+
//! - [clap-serde](https://github.com/aobatact/clap-serde): create a `Command` from a deserializer
7373
//!
7474
//! ### When should I use the builder vs derive APIs?
7575
//!
@@ -80,7 +80,7 @@
8080
//!
8181
//! The [Builder API][crate::_tutorial] is a lower-level API that someone might want to use for
8282
//! - Faster compile times if you aren't already using other procedural macros
83-
//! - More flexibility, e.g. you can look up an [arguments values][crate::ArgMatches::get_many],
83+
//! - More flexibility, e.g. you can look up the [argument's values][crate::ArgMatches::get_many],
8484
//! their [ordering with other arguments][crate::ArgMatches::indices_of], and [what set
8585
//! them][crate::ArgMatches::value_source]. The Derive API can only report values and not
8686
//! indices of or other data.

0 commit comments

Comments
 (0)