]> gitweb.factorcode.org Git - factor.git/commitdiff
combinators: fix typo in docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 19 Nov 2009 08:08:14 +0000 (02:08 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 19 Nov 2009 08:08:14 +0000 (02:08 -0600)
core/combinators/combinators-docs.factor

index 2e9440a87430094e0dca2f6fb20a98df4dacaadb..f8a23e179b0c59d50a475ebe2ab01835c4ccf793 100755 (executable)
@@ -58,7 +58,7 @@ $nl
 "A generalization of the above combinators to any number of quotations can be found in " { $link "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
 "Two quotations:"
 { $subsections bi@ 2bi@ }