readme: update function name
This commit is contained in:
parent
de7fdcda92
commit
986d816b43
|
@ -42,4 +42,4 @@ values to operands. The advantage of this approach is as follows:
|
|||
* It's fairly simple to represent all of this data in an intuitive data
|
||||
structure (in my opinion anyway)
|
||||
* For example, looping through operands is as simple as incrementing
|
||||
`parser.oper` until `readarg_validate_oper` returns `0`.
|
||||
`parser.oper` until `readarg_validate_arg` returns `0`.
|
||||
|
|
Loading…
Reference in a new issue