dictionary-delete -> dictionary-delete!

This commit is contained in:
Yuichi Nishiwaki 2014-09-13 16:54:41 +09:00
parent ecdc6ffd66
commit c82c23b93d
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 6bc702bd89c850a3287d8420793b1740c7503c5c
Subproject commit ec490286180c87f53b0524d020246fed7bf83ce0

View File

@ -173,7 +173,7 @@
dictionary
dictionary-ref
dictionary-set!
dictionary-delete
dictionary-delete!
dictionary-size
dictionary-map
dictionary-for-each

View File

@ -6,7 +6,7 @@
make-dictionary
dictionary-ref
dictionary-set!
dictionary-delete
dictionary-delete!
dictionary-size
dictionary->plist
plist->dictionary