summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Array-Lists.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/Array-Lists.html')
-rw-r--r--manuals/chickadee/Array-Lists.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/chickadee/Array-Lists.html b/manuals/chickadee/Array-Lists.html
index 28e1835..0aa5eb4 100644
--- a/manuals/chickadee/Array-Lists.html
+++ b/manuals/chickadee/Array-Lists.html
@@ -157,7 +157,7 @@ takes linear time in the worst case. If <var>fast?</var> is <code>#t</code> the
<dl>
<dt id="index-array_002dlist_002dfor_002deach">Procedure: <strong>array-list-for-each</strong> <em>proc array-list</em></dt>
-<dd><p>Apply PROC with each item in <var>array-list</var>.
+<dd><p>Apply <var>proc</var> with each item in <var>array-list</var>.
</p></dd></dl>
<dl>