Fix TR reference typo

original commit: 4b580a8b8dd3a5920b55cdb8f394d710b5945de0
This commit is contained in:
Asumu Takikawa 2014-02-13 01:33:48 -05:00
parent 8487bf8485
commit 0d51c5aa2c

View File

@ -545,7 +545,7 @@ functions and continuation mark functions.
(code:line keyword type)]
[rest (code:line)
(code:line #:rest type)])]{
Contructs the type of functions with optional or rest arguments. The first
Constructs the type of functions with optional or rest arguments. The first
list of @racket[mandatory-dom]s correspond to mandatory argument types. The list
@racket[optional-doms], if provided, specifies the optional argument types.