From 216311e8ee6694a2324a8f582cf84adad8f082cc Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 14 Dec 2018 14:48:32 -0500 Subject: [PATCH] Fix documentation typo. Closes bug all/15568. --- pkgs/racket-doc/scribblings/reference/fasl.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/fasl.scrbl b/pkgs/racket-doc/scribblings/reference/fasl.scrbl index 0e3a709685..106d810d88 100644 --- a/pkgs/racket-doc/scribblings/reference/fasl.scrbl +++ b/pkgs/racket-doc/scribblings/reference/fasl.scrbl @@ -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 introduce extensions that are not currently recognized. In particular, 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[ #:eval fasl-eval