From bb6a109e98b62b4f2441c64acc343c37214d9438 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 12 Jul 2010 21:22:55 -0400 Subject: [PATCH] guide typo --- collects/scribblings/guide/welcome.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/welcome.scrbl b/collects/scribblings/guide/welcome.scrbl index 4e9d39306e..0ce594e3e1 100644 --- a/collects/scribblings/guide/welcome.scrbl +++ b/collects/scribblings/guide/welcome.scrbl @@ -224,7 +224,7 @@ programs. The problems are not specific to @exec{racket}; they're fundamental limitations of the traditional top-level environment, which Scheme and Lisp implementations have historically fought with ad hoc command-line flags, compiler directives, and build tools. The -module system is to designed to avoid these problems, so start with +module system is designed to avoid these problems, so start with @hash-lang[], and you'll be happier with Racket in the long run. @; ----------------------------------------------------------------------