From cdea0da566877d55d2a171e51d3d8d870afb49b9 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Thu, 30 Jul 2015 16:23:47 -0500 Subject: [PATCH] Fix package name. --- pkgs/racket-doc/scribblings/guide/module-basics.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.}