aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-10-24 22:49:18 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-10-24 22:49:18 +0200
commitb9392f1328394ba9b5601af8e9ef6f2e73042048 (patch)
tree7194ed0af263d04427f184353e53dc4c8073984b /gawkapi.h
parent684e0459f9209b11d796636949ec5cf6c9269a94 (diff)
downloadegawk-b9392f1328394ba9b5601af8e9ef6f2e73042048.tar.gz
egawk-b9392f1328394ba9b5601af8e9ef6f2e73042048.tar.bz2
egawk-b9392f1328394ba9b5601af8e9ef6f2e73042048.zip
Doc additions.
Diffstat (limited to 'gawkapi.h')
-rw-r--r--gawkapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gawkapi.h b/gawkapi.h
index 5cdef871..c4f3081b 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -617,7 +617,7 @@ typedef struct gawk_api {
/*
* Change (or create) element in existing array with
- * element->index and element->value.
+ * index and value.
*
* ARGV and ENVIRON may not be updated.
*/
@@ -627,7 +627,7 @@ typedef struct gawk_api {
/*
* Remove the element with the given index.
- * Returns success if removed or if element did not exist.
+ * Returns success if removed or false if element did not exist.
*/
awk_bool_t (*api_del_array_element)(awk_ext_id_t id,
awk_array_t a_cookie, const awk_value_t* const index);