diff --git a/pkgs/racket-doc/scribblings/guide/module-basics.scrbl b/pkgs/racket-doc/scribblings/guide/module-basics.scrbl index 1a6145b4fa..e05065f1cc 100644 --- a/pkgs/racket-doc/scribblings/guide/module-basics.scrbl +++ b/pkgs/racket-doc/scribblings/guide/module-basics.scrbl @@ -205,7 +205,7 @@ provided by the @filepath{gui} package, while @filepath{parser-tools} library.@margin-note{More precisely, @racketmodname[racket/gui] is provided by @filepath{gui-lib}, @racketmodname[parser-tools/lex] is provided by -@filepath{parser-tools}, and the @filepath{gui} and +@filepath{parser-tools-lib}, and the @filepath{gui} and @filepath{parser-tools} packages extend @filepath{gui-lib} and @filepath{parser-tools-lib} with documentation.}