Fix doc typo

This commit is contained in:
Asumu Takikawa 2013-10-31 23:22:52 -04:00
parent 612a7fcca9
commit 757939c118

View File

@ -1234,7 +1234,7 @@ the values they accept and ensure that the exported functions are treated
parametrically. See @racket[new-∃/c] and @racket[new-∀/c] for details parametrically. See @racket[new-∃/c] and @racket[new-∀/c] for details
on how the clauses hide the values. on how the clauses hide the values.
The implementation of @racket[contract-out] attaches uses The implementation of @racket[contract-out] uses
@racket[syntax-property] to attach properties to the code it generates @racket[syntax-property] to attach properties to the code it generates
that records the syntax of the contracts in the fully expanded program. that records the syntax of the contracts in the fully expanded program.
Specifically, the symbol @racket['provide/contract-original-contract] Specifically, the symbol @racket['provide/contract-original-contract]