Fix documentation typo.

Closes bug all/15568.
This commit is contained in:
Sam Tobin-Hochstadt 2018-12-14 14:48:32 -05:00 committed by GitHub
parent 9a42fab7fe
commit 216311e8ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ The byte-string encoding produced by @racket[s-exp->fasl] is
independent of the Racket version, except as future Racket versions independent of the Racket version, except as future Racket versions
introduce extensions that are not currently recognized. In particular, introduce extensions that are not currently recognized. In particular,
the result of @racket[s-exp->fasl] will be valid as input to any the result of @racket[s-exp->fasl] will be valid as input to any
future version of @racket[s-exp->fasl]. future version of @racket[fasl->s-exp].
@mz-examples[ @mz-examples[
#:eval fasl-eval #:eval fasl-eval