update docs

This commit is contained in:
Yuichi Nishiwaki 2015-01-17 23:36:17 +09:00
parent cbed7c4ba5
commit 0477e7308b
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ Note that dictionary is not a weak map; if you are going to make a highly memory
- **(dicitonary-map proc dict)**
Perform mapping action onto dictionary object. ``proc`` is called by a sequence ``(proc key val)``.
Perform mapping action onto dictionary object. ``proc`` is called by a sequence ``(proc key1 key2 ...)``.
- **(dictionary-for-each proc dict)**