]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/words-docs.factor
minor cleanup to some docs.
[factor.git] / core / words / words-docs.factor
index 1f23d5cbbf8f7038fb72ae998e3ebe0fa2e03b10..b4651651d4cd365d170667b70d2dcda4df755bd2 100644 (file)
@@ -346,7 +346,7 @@ HELP: deprecated?
 { $notes "Outputs " { $link f } " if the object is not a word." } ;
 
 HELP: inline?
-{ $values { "obj" object } { "?" "a boolean" } }
+{ $values { "obj" object } { "?" boolean } }
 { $description "Tests if an object is " { $link POSTPONE: inline } "." }
 { $notes "Outputs " { $link f } " if the object is not a word." } ;