changeset 722:9c860f2abbdc

farray.sh: docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 05 Oct 2024 14:49:34 +0200
parents 63fd0e235c1e
children a97ec3f07bdb
files share/local-bsdtools/farray.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/share/local-bsdtools/farray.sh	Sat Oct 05 14:47:30 2024 +0200
+++ b/share/local-bsdtools/farray.sh	Sat Oct 05 14:49:34 2024 +0200
@@ -1450,7 +1450,7 @@
 #:
 #: Call a function for every element in an array starting at the first index.
 #:
-#: The function to be called must accept three arguments:
+#: The function to be called must accept at least three arguments:
 #: - the array name
 #: - the current index
 #: - the element value at the current index
@@ -2777,7 +2777,7 @@
 #:
 #: Call a function for every key-value pair in an alist starting in index order.
 #:
-#: The function to be called must accept three or four arguments:
+#: The function to be called must accept at least three or four arguments:
 #: - the alist name
 #: - the element key at the current index
 #: - the element value at the current index