Fix typo in reference

This commit is contained in:
Asumu Takikawa 2013-07-25 15:31:28 -04:00
parent 08ae925408
commit 98b1f8189d

View File

@ -11,7 +11,7 @@ others) create continuations that receive multiple values.
@defproc[(values [v any/c] ...) any]{
Returns the given @racket[v]s. That is, @racket[values] returns as
Returns the given @racket[v]s. That is, @racket[values] returns its
provided arguments.
@examples[