]> gitweb.factorcode.org Git - factor.git/blobdiff - core/layouts/layouts-docs.factor
minor cleanup to some docs.
[factor.git] / core / layouts / layouts-docs.factor
index d330f52519e3fa362232ca62f5015414903002ee..4d6d3e6e31c0a20eb798bdeff061e0f6fce214de 100644 (file)
@@ -14,7 +14,7 @@ HELP: num-types
 { $var-description "Number of distinct built-in types. This is one more than the maximum value from the " { $link tag } " primitive." } ;
 
 HELP: type-number
-{ $values { "class" class } { "n" "an integer or " { $link f } } }
+{ $values { "class" class } { "n" { $maybe integer  } } }
 { $description "Outputs the built-in type number instances of " { $link class } ". Will output " { $link f } " if this is not a built-in class." }
 { $see-also builtin-class } ;