]> gitweb.factorcode.org Git - factor.git/commitdiff
assocs: fix sample output in usage example of assoc-map word
authorKeita Haga <keitahaga@mail.com>
Sun, 16 Jan 2011 20:24:39 +0000 (05:24 +0900)
committerKeita Haga <keitahaga@mail.com>
Sun, 16 Jan 2011 20:32:08 +0000 (05:32 +0900)
core/assocs/assocs-docs.factor

index a7982fff2d4131c5636d516748379b6fb22d8330..6d66d77abeec2873453208658610e51f053ca14c 100644 (file)
@@ -262,7 +262,7 @@ HELP: assoc-map
         "    [ - ] curry assoc-map ;"
         "H{ { \"bananas\" 5 } { \"apples\" 42 } { \"pears\" 17 } }"
         "2 discount ."
-        "H{ { \"bananas\" 3 } { \"apples\" 39 } { \"pears\" 15 } }"
+        "H{ { \"bananas\" 3 } { \"apples\" 40 } { \"pears\" 15 } }"
     }
 } ;