summaryrefslogtreecommitdiffstats
path: root/srfi/225/srfi-125-impl.sld
diff options
context:
space:
mode:
authorGravatar Arthur A. Gleckler 2022-09-21 22:01:51 -0700
committerGravatar Arthur A. Gleckler 2022-09-21 22:01:51 -0700
commit104d587eaeb72cb04babbbbff77d24ac7f51b1cf (patch)
tree633793c2795b028674e75bcca9caed1ad4db77ce /srfi/225/srfi-125-impl.sld
parentMerge remote-tracking branch 'johnwcowan/master' (diff)
Eliminate use of double exclamation points.
Diffstat (limited to 'srfi/225/srfi-125-impl.sld')
-rw-r--r--srfi/225/srfi-125-impl.sld4
1 files changed, 2 insertions, 2 deletions
diff --git a/srfi/225/srfi-125-impl.sld b/srfi/225/srfi-125-impl.sld
index a406fe0..56d5728 100644
--- a/srfi/225/srfi-125-impl.sld
+++ b/srfi/225/srfi-125-impl.sld
@@ -130,10 +130,10 @@
dict-ref-id t125-hash-table-ref*
dict-ref/default-id t125-hash-table-ref/default*
dict-set!-id t125-hash-table-set*
- dict-delete!-all!-id t125-hash-table-delete-all*
+ dict-delete-all!-id t125-hash-table-delete-all*
dict-intern!-id t125-hash-table-intern*
dict-update!-id t125-hash-table-update*
- dict-update!/default!-id t125-hash-table-update/default*
+ dict-update/default!-id t125-hash-table-update/default*
dict-pop!-id t125-hash-table-pop*
dict-map-id t125-hash-table-map*
dict-filter-id t125-hash-table-filter*