Fix doc typo

This commit is contained in:
Jay McCarthy 2014-11-27 10:29:58 -05:00
parent bf97e5907e
commit 65b478a7f9

View File

@ -278,7 +278,7 @@ of the enumerations returned by @racket[f] applied to each element of
'(("Brian" . 11) ("Jenny" . 15) ("Ted" . 16) ("Ki" . 7)))
]}
@defproc[(hash-traverse/e [f (-> any/c enum?)] [xs (listof any/c)]) enum?]{
@defproc[(hash-traverse/e [f (-> any/c enum?)] [xs (hash/c any/c any/c)]) enum?]{
Constructs an @tech{enumeration} that simulatenously enumerates each
of the enumerations returned by @racket[f] applied to each value of