mirror of
https://github.com/flynx/argv.js.git
synced 2025-10-29 18:50:09 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5a3c8528c9
commit
b7d0542405
@ -101,7 +101,7 @@ This module provides the following workflow:
|
|||||||
- option handlers defined in `<spec>` are called while parsing,
|
- option handlers defined in `<spec>` are called while parsing,
|
||||||
- the appropriate `<callback>`s are called after the `<parser>` is done,
|
- the appropriate `<callback>`s are called after the `<parser>` is done,
|
||||||
- everything is run in the context of the `<parsed>` object so any
|
- everything is run in the context of the `<parsed>` object so any
|
||||||
data set on it is accessible after parding is done for further
|
data set on it is accessible after parsing is done for further
|
||||||
reference.
|
reference.
|
||||||
|
|
||||||
Note that the `<parser>` is fully reusable and on each call will produce
|
Note that the `<parser>` is fully reusable and on each call will produce
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user