]> gitweb.factorcode.org Git - factor.git/commitdiff
images.testing: fix help-lint warnings.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 14 Mar 2014 22:10:19 +0000 (15:10 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 14 Mar 2014 22:10:19 +0000 (15:10 -0700)
extra/images/testing/testing-docs.factor

index 6b90b634b9ddc16a356af4843a94e4589727c7be..1c0adfca9817d89d1feedc69e724651008b262d9 100644 (file)
@@ -6,7 +6,7 @@ IN: images.testing
 
 HELP: decode-test
 { $values
-    { "path" "a pathname string" }
+    { "path" "a pathname string" } { "image-class" object }
 }
 { $description "Runs a unit-test on the image at " { $snippet "path" } " to test the image decoder. The image is decoded and compared against its corresponding " { $link { "images" "testing" "reference" } } "." } ;