diff options
| author | 2022-09-21 22:01:51 -0700 | |
|---|---|---|
| committer | 2022-09-21 22:01:51 -0700 | |
| commit | 104d587eaeb72cb04babbbbff77d24ac7f51b1cf (patch) | |
| tree | 633793c2795b028674e75bcca9caed1ad4db77ce /srfi/225/srfi-146-hash-impl.sld | |
| parent | Merge remote-tracking branch 'johnwcowan/master' (diff) | |
Eliminate use of double exclamation points.
Diffstat (limited to 'srfi/225/srfi-146-hash-impl.sld')
| -rw-r--r-- | srfi/225/srfi-146-hash-impl.sld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srfi/225/srfi-146-hash-impl.sld b/srfi/225/srfi-146-hash-impl.sld index d29bffc..de6451d 100644 --- a/srfi/225/srfi-146-hash-impl.sld +++ b/srfi/225/srfi-146-hash-impl.sld @@ -59,11 +59,11 @@ dict-set!-id (prep-dto-arg hashmap-set) dict-adjoin!-id (prep-dto-arg hashmap-adjoin) dict-delete!-id (prep-dto-arg hashmap-delete) - dict-delete!-all!-id (prep-dto-arg hashmap-delete-all) + dict-delete-all!-id (prep-dto-arg hashmap-delete-all) dict-replace!-id (prep-dto-arg hashmap-replace) dict-intern!-id (prep-dto-arg hashmap-intern) dict-update!-id (prep-dto-arg hashmap-update) - dict-update!/default!-id (prep-dto-arg hashmap-update/default) + dict-update/default!-id (prep-dto-arg hashmap-update/default) dict-pop!-id (prep-dto-arg hashmap-pop) dict-filter-id (prep-dto-arg hashmap-filter) dict-remove-id (prep-dto-arg hashmap-remove) |
