]> gitweb.factorcode.org Git - factor.git/commitdiff
fix teh docs pl0x
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 30 Aug 2008 16:38:42 +0000 (11:38 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 30 Aug 2008 16:38:42 +0000 (11:38 -0500)
extra/24-game/24-game-docs.factor

index cd82f335d88318844f969802b790c7cdf97c2e39..996d0a1240162c8bf873519c6d3ae02e2e8ca99f 100644 (file)
@@ -35,8 +35,8 @@ HELP: 24-able ( -- vector )
 }
 { $examples
     { $example
-        "USE: 24-game"
-        "24-able vector-24-able? ."
+        "USING: 24-game prettyprint ;"
+        "24-able 24-able? ."
         "t"
     }
     { $notes { $link 24-able? } " is used in " { $link 24-able } "." }
@@ -54,7 +54,7 @@ HELP: 24-able? ( quad -- t/f )
 
 HELP: build-quad ( -- array )
 { $values
-    { "vector" "an array of 4 numbers" }
+    { "array" "an array of 4 numbers" }
 }
 { $description "Builds an array of 4 random numbers." } ;
 ARTICLE: "24-game" "The Game of 24"
@@ -64,4 +64,4 @@ ARTICLE: "24-game" "The Game of 24"
 { $subsection 24-able }
 { $subsection 24-able? }
 { $subsection build-quad } ;
-ABOUT: "24-game"
\ No newline at end of file
+ABOUT: "24-game"