summaryrefslogtreecommitdiffstats
path: root/srfi/225/alist-impl.sld
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-21 21:56:51 -0700
committerGravatar Arthur A. Gleckler 2022-09-21 21:56:51 -0700
commit893d428b931c31b05d2c685a8683ed1e26ff3e86 (patch)
tree15f23eaf907b4ecdd45e9cdb0fd7f4346816e084 /srfi/225/alist-impl.sld
parentFinalize. (diff)
parentupdated my repo (diff)
Merge remote-tracking branch 'johnwcowan/master'
Diffstat (limited to 'srfi/225/alist-impl.sld')
-rw-r--r--srfi/225/alist-impl.sld2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/225/alist-impl.sld b/srfi/225/alist-impl.sld
index 01df92a..bbb0f45 100644
--- a/srfi/225/alist-impl.sld
+++ b/srfi/225/alist-impl.sld
@@ -91,7 +91,7 @@
dict-pure?-id alist-pure?
dict-map-id alist-map
dict-filter-id alist-filter
- dict-find-update-id (make-alist-find-update key=)
+ dict-find-update!-id (make-alist-find-update key=)
dict-size-id alist-size
dict->alist-id alist->alist
dict-comparator-id alist-comparator))