make: minor doc fix
parent
089e785f7e
commit
6f2aadd2ab
|
@ -27,7 +27,7 @@ $nl
|
||||||
{ $heading "Utilities for simple make patterns" }
|
{ $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:"
|
"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" }
|
{ $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" }
|
{ $heading "Constructing quotations" }
|
||||||
"Simple quotation construction can often be accomplished using " { $link "fry" } " and " { $link "compositional-combinators" } "."
|
"Simple quotation construction can often be accomplished using " { $link "fry" } " and " { $link "compositional-combinators" } "."
|
||||||
$nl
|
$nl
|
||||||
|
|
Loading…
Reference in New Issue