Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuichi committed Jan 17, 2015
1 parent cbed7c4 commit 0477e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)**

Expand Down

0 comments on commit 0477e73

Please sign in to comment.