dictionary-delete -> dictionary-delete!
This commit is contained in:
parent
ecdc6ffd66
commit
c82c23b93d
|
@ -1 +1 @@
|
|||
Subproject commit 6bc702bd89c850a3287d8420793b1740c7503c5c
|
||||
Subproject commit ec490286180c87f53b0524d020246fed7bf83ce0
|
|
@ -173,7 +173,7 @@
|
|||
dictionary
|
||||
dictionary-ref
|
||||
dictionary-set!
|
||||
dictionary-delete
|
||||
dictionary-delete!
|
||||
dictionary-size
|
||||
dictionary-map
|
||||
dictionary-for-each
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
make-dictionary
|
||||
dictionary-ref
|
||||
dictionary-set!
|
||||
dictionary-delete
|
||||
dictionary-delete!
|
||||
dictionary-size
|
||||
dictionary->plist
|
||||
plist->dictionary
|
||||
|
|
Loading…
Reference in New Issue