From b02710e88c9b695eeb46457b46598ace96bf61ff Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 14 Mar 2014 15:10:19 -0700 Subject: [PATCH] images.testing: fix help-lint warnings. --- extra/images/testing/testing-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/images/testing/testing-docs.factor b/extra/images/testing/testing-docs.factor index 6b90b634b9..1c0adfca98 100644 --- a/extra/images/testing/testing-docs.factor +++ b/extra/images/testing/testing-docs.factor @@ -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" } } "." } ;