From 40d52ac227ff81512dffe037bd5ed18c9f501ef8 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 11 Jul 2008 00:00:31 -0500 Subject: [PATCH] Fix typo --- extra/fry/fry-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/fry/fry-docs.factor b/extra/fry/fry-docs.factor index 7a444fecbc..eba2f95727 100755 --- a/extra/fry/fry-docs.factor +++ b/extra/fry/fry-docs.factor @@ -40,9 +40,9 @@ $nl } "Occurrences of " { $link @ } " are simply syntax sugar for " { $snippet ", call" } ". The following three lines are equivalent:" { $code - "{ 10 20 30 } [ sq ] '[ @ . ] map" - "{ 10 20 30 } [ sq ] [ . ] compose map" - "{ 10 20 30 } [ sq . ] map" + "{ 10 20 30 } [ sq ] '[ @ . ] each" + "{ 10 20 30 } [ sq ] [ . ] compose each" + "{ 10 20 30 } [ sq . ] each" } "The " { $link , } " and " { $link @ } " specifiers may be freely mixed:" { $code