From 452d83069b9df756178f061f8afd98e8157c55a3 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 8 Aug 2012 17:21:19 -0400 Subject: [PATCH] Fix typo in the raco make docs. Closes PR 12986. --- collects/scribblings/raco/make.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/raco/make.scrbl b/collects/scribblings/raco/make.scrbl index 6d2890689a..9eebbfc0f2 100644 --- a/collects/scribblings/raco/make.scrbl +++ b/collects/scribblings/raco/make.scrbl @@ -113,7 +113,7 @@ attention to the @filepath{.rkt} sources only to confirm that each In contrast, -@commandline{racket b.rkt c.rkt} +@commandline{raco make b.rkt c.rkt} would create only @filepath{compiled/b_rkt.zo} and @filepath{compiled/c_rkt.zo}, since neither @filepath{b.rkt} nor