summaryrefslogtreecommitdiffstats
path: root/technical/api-parse-options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'technical/api-parse-options.txt')
-rw-r--r--technical/api-parse-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/technical/api-parse-options.txt b/technical/api-parse-options.txt
index c2a5e4291..61fa6ee16 100644
--- a/technical/api-parse-options.txt
+++ b/technical/api-parse-options.txt
@@ -60,7 +60,7 @@ Subcommands are special in a couple of ways:
* All arguments following the subcommand are considered to be arguments of
the subcommand, and, conversely, arguments meant for the subcommand may
- not preceed the subcommand.
+ not precede the subcommand.
Therefore, if the options array contains at least one subcommand and
`parse_options()` encounters the first dashless argument, it will either: