summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Array-Lists.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2022-10-25 07:25:01 -0400
committerDavid Thompson <dthompson2@worcester.edu>2022-10-25 07:26:05 -0400
commitd54995cad9ddf652cd2f7abb128d5d251f9454f1 (patch)
tree34c7b4676b4e3615a2a66980868b4d767c6867b6 /manuals/chickadee/Array-Lists.html
parentbb44696ee1d8263b58976fec1bcd8e030f97f8e4 (diff)
projects: Update chickadee for 0.9.0 release.
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>