typo: 'multi-file' -> 'multi-page'

closes #190
This commit is contained in:
Ben Greenman 2019-01-06 11:31:47 -05:00
parent 548d494dd0
commit 490bbcc7b3

View File

@ -175,7 +175,7 @@ The following example illustrates section hyperlinks:
Since the page is so short, the hyperlinks in the above example are Since the page is so short, the hyperlinks in the above example are
more effective if you change the @filepath{info.rkt} file to add the more effective if you change the @filepath{info.rkt} file to add the
@racket['multi-file] flag: @racket['multi-page] flag:
@racketblock[ @racketblock[
(define scribblings '(("manual.scrbl" (multi-page)))) (define scribblings '(("manual.scrbl" (multi-page))))