From 40348ed0ce82f47f0b46d05f274e3601d796674f Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 19 Nov 2009 02:08:14 -0600 Subject: [PATCH] combinators: fix typo in docs --- core/combinators/combinators-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combinators/combinators-docs.factor b/core/combinators/combinators-docs.factor index 2e9440a874..f8a23e179b 100755 --- a/core/combinators/combinators-docs.factor +++ b/core/combinators/combinators-docs.factor @@ -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@ }