diff --git a/collects/scribblings/tools/tools.scrbl b/collects/scribblings/tools/tools.scrbl index 0146f22a35..b0da4ff0c1 100644 --- a/collects/scribblings/tools/tools.scrbl +++ b/collects/scribblings/tools/tools.scrbl @@ -19,7 +19,7 @@ (define-syntax-rule (item/cap x . ys) (item (indexed-racket x) ": " . ys))) -@title{Extending DrRacket} +@title{DrRacket Plugins} @author["Robert Bruce Findler"]