fix contract guide example

This commit is contained in:
Robby Findler 2014-03-10 13:02:09 -05:00
parent 4d94ef91cf
commit ba55c935d7

View File

@ -602,7 +602,7 @@ glance, this appears to suggest a contract that assigns a
@italic{variable-arity} to @racket[proc]:
@racketblock[
(->* ()
(listof any/c)
#:rest (listof any/c)
(or/c number? false/c))
]
This contract, however, says that the function must accept @emph{any}