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))))