]> gitweb.factorcode.org Git - factor.git/commitdiff
make: minor doc fix
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 19 May 2009 06:40:04 +0000 (01:40 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 19 May 2009 06:40:04 +0000 (01:40 -0500)
core/make/make-docs.factor

index 7808872588b0a90187c06a74306ff6608bb9507b..6a77ef65fca8c7dc5e5dcb3eb307c8b638a28352 100644 (file)
@@ -27,7 +27,7 @@ $nl
 { $heading "Utilities for simple make patterns" }
 "Sometimes, an existing word already implements a specific " { $link make } " usage. For example, " { $link suffix } " is equivalent to the following, with the added caveat that the below example always outputs an array:"
 { $code "[ , % ] { } make" }
-"The existing utility words can in some cases express intent better than an arbitrary-looking string or " { $link , } " and " { $link % } "."
+"The existing utility words can in some cases express intent better than a bunch of " { $link , } " and " { $link % } "."
 { $heading "Constructing quotations" }
 "Simple quotation construction can often be accomplished using " { $link "fry" } " and " { $link "compositional-combinators" } "."
 $nl