]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/bitwise/bitwise-docs.factor
improve help by linking to types directly.
[factor.git] / basis / math / bitwise / bitwise-docs.factor
index 8600fb82bea2c415c9e086891652039719df181e..f1d515b4e2ef5e2001665ccf08930f7f8f738c96 100644 (file)
@@ -210,7 +210,7 @@ HELP: mask-bit
 HELP: mask?
 { $values
      { "x" integer } { "n" integer }
-     { "?" "a boolean" }
+     { "?" boolean }
 }
 { $description "Returns true if all of the bits in the mask " { $snippet "n" } " are set in the integer input " { $snippet "x" } "." }
 { $examples
@@ -310,7 +310,7 @@ HELP: unmask
 HELP: unmask?
 { $values
      { "x" integer } { "n" integer }
-     { "?" "a boolean" }
+     { "?" boolean }
 }
 { $description "Tests whether unmasking the bits in " { $snippet "x" } " would return an integer greater than zero." }
 { $examples