]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 00:04:14 +0000 (19:04 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 3 Sep 2008 00:04:14 +0000 (19:04 -0500)
extra/24-game/24-game-docs.factor

index 996d0a1240162c8bf873519c6d3ae02e2e8ca99f..fb1f5c057b009221e34ea6e34bc7c2a7d9953f26 100644 (file)
@@ -35,8 +35,8 @@ HELP: 24-able ( -- vector )
 }
 { $examples
     { $example
-        "USING: 24-game prettyprint ;"
-        "24-able 24-able? ."
+        "USING: 24-game kernel sequences prettyprint ;"
+        "24-able length 4 = ."
         "t"
     }
     { $notes { $link 24-able? } " is used in " { $link 24-able } "." }