]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/encodings/strict/strict-docs.factor
Remove stack effects from HELP: declarations.
[factor.git] / basis / io / encodings / strict / strict-docs.factor
index d93c5dd24edde37ed41bd970add584bda579603b..e11bf524675fbdcf1a32673160557ae6c09af313 100644 (file)
@@ -3,6 +3,6 @@
 USING: help.syntax help.markup ;
 IN: io.encodings.strict
 
-HELP: strict ( code -- strict )
+HELP: strict
 { $values { "code" "an encoding descriptor" } { "strict" "a strict encoding descriptor" } }
 { $description "Makes an encoding strict, that is, in the presence of a malformed code point, an error is thrown. Note that the existence of a replacement character in a file (U+FFFD) also throws an error." } ;