diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-04 18:24:25 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-01-04 18:24:25 -0500 |
commit | 903e540568e70f71e0a2911cb5998ac2d82ebbb4 (patch) | |
tree | ff0fa53e3e0357612e63240e26088966ef244efc /gawkapi.h | |
parent | e36300be4deb7bbdeff17c8e896ac2f727e1477e (diff) | |
download | egawk-903e540568e70f71e0a2911cb5998ac2d82ebbb4.tar.gz egawk-903e540568e70f71e0a2911cb5998ac2d82ebbb4.tar.bz2 egawk-903e540568e70f71e0a2911cb5998ac2d82ebbb4.zip |
Document new user-visible features in gawk.1 and gawktexi.in.
Diffstat (limited to 'gawkapi.h')
-rw-r--r-- | gawkapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -504,7 +504,7 @@ typedef struct gawk_api { awk_value_t *result); /* - * Convert a paramter that was undefined into an array + * Convert a parameter that was undefined into an array * (provide call-by-reference for arrays). Returns false * if count is too big, or if the argument's type is * not undefined. |