From d54995cad9ddf652cd2f7abb128d5d251f9454f1 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Oct 2022 07:25:01 -0400 Subject: projects: Update chickadee for 0.9.0 release. --- manuals/chickadee/Array-Lists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manuals/chickadee/Array-Lists.html') 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 fast? is #t the
Procedure: array-list-for-each proc array-list
-

Apply PROC with each item in array-list. +

Apply proc with each item in array-list.

-- cgit v1.2.3