minor edits

svn: r11422
This commit is contained in:
Eli Barzilay 2008-08-25 17:01:03 +00:00
parent bc7747f4cf
commit 8956e83c72

View File

@ -133,7 +133,7 @@ any existing mapping for @scheme[key].}
Functionally extends @scheme[hash] by mapping @scheme[key] to
@scheme[v], overwriting any existing mapping for @scheme[key], and
returning an extended hash table.}
returning the extended hash table.}
@defproc[(hash-ref [hash hash?]
@ -168,7 +168,7 @@ Removes any existing mapping for @scheme[key] in @scheme[hash].}
(and/c hash? immutable?)]{
Functionally removes any existing mapping for @scheme[key] in
@scheme[hash], returning the updated hash table.}
@scheme[hash], returning the fresh hash table.}
@defproc[(hash-map [hash hash?]