diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-08 07:21:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-08 07:21:58 -0400 |
commit | c22eda980c51db210bbe73f500e9f3fc3052a5f3 (patch) | |
tree | 3308370285e23f8f35f2d490458ba51bf1a2fb2e /doc/api.texi | |
parent | 2102926762704c13bf14f0b9d4f1f4b48c12013f (diff) |
doc: Fix copy/paste error.
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index a237d97..6d14cd6 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -5294,7 +5294,7 @@ Remove all items from @var{array-list}. @end deffn @deffn {Procedure} array-list-for-each proc array-list -Apply PROC with each item in @var{array-list}. +Apply @var{proc} with each item in @var{array-list}. @end deffn @deffn {Procedure} array-list-fold proc init array-list |