docs: Fix numbers of list entries in FAQ.md

This commit is contained in:
Vitaly Shukela 2021-12-11 02:34:49 +03:00 committed by GitHub
parent c3f8c8938f
commit f9d926550a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,12 +57,12 @@ Depending on the style in which you choose to define the valid arguments, `clap`
### How many approaches are there to create an App/Arg?
To build an `App` there are three:
To build an `App` there are two:
- Derive Macros
- Builder Pattern
To build an `Arg` there are four:
To build an `Arg` there are two:
- Derive Macros
- Builder Pattern