From 928a460aa19ecdca02ebbc58d7eabd864398a811 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 24 Jul 2012 15:22:07 -0700 Subject: [PATCH] yahoo: fix help-lint. --- extra/yahoo/yahoo-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/yahoo/yahoo-docs.factor b/extra/yahoo/yahoo-docs.factor index 1758d62029..9294e46c53 100644 --- a/extra/yahoo/yahoo-docs.factor +++ b/extra/yahoo/yahoo-docs.factor @@ -1,6 +1,6 @@ USING: help.syntax help.markup ; IN: yahoo -HELP: search-yahoo +HELP: yahoo-search { $values { "search" search } { "seq" "sequence of arrays of length 3" } } { $description "Uses Yahoo's REST API to search for the specified query, getting the number of answers specified. Returns a sequence of " { $link result } " instances." } ;