From 490bbcc7b35da39190c538bfa1b7ff664a3c8745 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sun, 6 Jan 2019 11:31:47 -0500 Subject: [PATCH] typo: 'multi-file' -> 'multi-page' closes #190 --- scribble-doc/scribblings/scribble/how-to.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/how-to.scrbl b/scribble-doc/scribblings/scribble/how-to.scrbl index 7c3059f8..f96639d6 100644 --- a/scribble-doc/scribblings/scribble/how-to.scrbl +++ b/scribble-doc/scribblings/scribble/how-to.scrbl @@ -175,7 +175,7 @@ The following example illustrates section hyperlinks: 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 - @racket['multi-file] flag: + @racket['multi-page] flag: @racketblock[ (define scribblings '(("manual.scrbl" (multi-page))))