doc repair

Applied patch from Lee Duhem.

Closes PR 13042
This commit is contained in:
Matthew Flatt 2012-08-24 15:46:44 -06:00
parent bd8e1e8b1f
commit 876b703353

View File

@ -594,12 +594,12 @@ racket
(show-enabled #t))
]
Finally, the @filepath{literal/runtime-config.rkt} module must provide
Finally, the @filepath{literal/show.rkt} module must provide
the @racketidfont{show-enabled} parameter and @racketidfont{show}
function:
@racketmod[
#:file "literal/runtime-config.rkt"
#:file "literal/show.rkt"
racket
(provide show show-enabled)