Skip to content

Commit

Permalink
fix typo s/pare/pair/ (mighty-gerbils#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ober authored Jul 22, 2024
1 parent ba78b31 commit 8e999aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reference/std/cli/getopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ boilerplate around argument parsing with getopt.
It creates a getopt parser that parses with options `gopts`, automatically
including a help option or command accordingly.

It then uses the parser to pare `args`, handling the exceptions and
It then uses the parser to pair `args`, handling the exceptions and
displayin help accordingly; if `exit-on-error` is true (the default),
then parsing errors will exit the program.

Expand Down

0 comments on commit 8e999aa

Please sign in to comment.