summaryrefslogtreecommitdiffstats
path: root/srfi/indexes.scm
diff options
context:
space:
mode:
authorGravatar John Cowan 2021-11-23 14:21:56 -0500
committerGravatar John Cowan 2021-11-23 14:21:56 -0500
commita6fbdb2cfe97b41c4479170d80934f218a1553a8 (patch)
treeb538484cf28d6b09b0cf021529302fc6b4273697 /srfi/indexes.scm
parentimproved rationale (diff)
dto and find-update
Diffstat (limited to 'srfi/indexes.scm')
-rw-r--r--srfi/indexes.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/indexes.scm b/srfi/indexes.scm
index a353de8..2121558 100644
--- a/srfi/indexes.scm
+++ b/srfi/indexes.scm
@@ -24,7 +24,7 @@
(define dict-map-id (proc-id-inc))
(define dict-filter-id (proc-id-inc))
(define dict-remove-id (proc-id-inc))
-(define dict-alter-id (proc-id-inc))
+(define dict-find-update-id (proc-id-inc))
(define dict-size-id (proc-id-inc))
(define dict-count-id (proc-id-inc))
(define dict-any-id (proc-id-inc))