]> gitweb.factorcode.org Git - factor.git/commitdiff
scaffold tools now uses the boolean type instead of "a boolean"
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 24 Jul 2009 23:09:14 +0000 (18:09 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 24 Jul 2009 23:09:14 +0000 (18:09 -0500)
basis/tools/scaffold/scaffold.factor

index 5fdc5ce0870249b0e92a01900290422b30e932e5..089bad3158ba44dde8506b8b11a2956039421bd1 100755 (executable)
@@ -124,7 +124,7 @@ M: bad-developer-name summary
         { "str" string }
         { "hash" hashtable }
         { "hashtable" hashtable }
-        { "?" "a boolean" }
+        { "?" boolean }
         { "ch" "a character" }
         { "word" word }
         { "array" array }