]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/styles/styles-docs.factor
improve help by linking to types directly.
[factor.git] / basis / io / styles / styles-docs.factor
index 437bcfe9bb93dbdb24fbdd911222b742761b3b08..3b3ed75572e9e049d4880448f67ad6e851ba8121 100644 (file)
@@ -158,7 +158,7 @@ ARTICLE: "table-styles" "Table styles"
 } ;
 
 HELP: write-object
-{ $values { "str" string } { "obj" "an object" } }
+{ $values { "str" string } { "obj" object } }
 { $description "Writes a string to " { $link output-stream } ", associating it with the object. If formatted output is supported, the string will become a clickable presentation of the object, otherwise this word behaves like a call to " { $link write } "." }
 $io-error ;