combinators: fix typo in docs
parent
2e3207b590
commit
40348ed0ce
|
@ -58,7 +58,7 @@ $nl
|
||||||
"A generalization of the above combinators to any number of quotations can be found in " { $link "combinators" } "." ;
|
"A generalization of the above combinators to any number of quotations can be found in " { $link "combinators" } "." ;
|
||||||
|
|
||||||
ARTICLE: "apply-combinators" "Apply combinators"
|
ARTICLE: "apply-combinators" "Apply combinators"
|
||||||
"The apply combinators apply a single quotation to multiple values. The asterisk (" { $snippet "*" } ") suffixed to these words' names signifies that they are apply combinators."
|
"The apply combinators apply a single quotation to multiple values. The asterisk (" { $snippet "@" } ") suffixed to these words' names signifies that they are apply combinators."
|
||||||
$nl
|
$nl
|
||||||
"Two quotations:"
|
"Two quotations:"
|
||||||
{ $subsections bi@ 2bi@ }
|
{ $subsections bi@ 2bi@ }
|
||||||
|
|
Loading…
Reference in New Issue