From 99f87cf72baf549bc00e4618e84380e7511aeefd Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 7 May 2012 20:49:19 -0400 Subject: [PATCH] Remove prose infelicity. (Reported by Shriram a while ago.) --- collects/scribblings/guide/hash-languages.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/hash-languages.scrbl b/collects/scribblings/guide/hash-languages.scrbl index bf918bedd3..e36e2b5b3c 100644 --- a/collects/scribblings/guide/hash-languages.scrbl +++ b/collects/scribblings/guide/hash-languages.scrbl @@ -278,7 +278,7 @@ information about @|PLaneT| packages.} Another approach is to distribute your language as a @|PLaneT| package. A drawback of using a @|PLaneT| package is that users must type @racket[@#,hash-lang[] @#,racketmodname[planet]] followed by a -@|PLaneT| path to access the language. The great advantages are that the +@|PLaneT| path to access the language. The advantages are that the @|PLaneT| package can be installed automatically, it can be versioned, and it co-exists more easily with other packages.