]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/models/collada/collada-docs.factor
Remove stack effects from HELP: declarations.
[factor.git] / extra / game / models / collada / collada-docs.factor
index ac286cae24bc6ec8e620935439c55bacd904465a..acd180a9066840d50b644b05c3cfc714691f8ace 100644 (file)
@@ -20,7 +20,7 @@ HELP: up-axis
 HELP: unit-ratio
 { $description "Scaling ratio for the coordinates of the tags being read." } ;
 
-HELP: string>numbers ( string -- number-seq )
+HELP: string>numbers
 { $values { "string" string } { "number-seq" sequence } }
 { $description "Splits a string on whitespace and converts the elements to a number sequence." } ;