]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix help lint failure in yahoo
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 6 Jun 2008 08:40:35 +0000 (03:40 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 6 Jun 2008 08:40:35 +0000 (03:40 -0500)
extra/yahoo/yahoo-docs.factor

index b5603103e135fa17497d8cb66a553352ad918b0c..1758d62029483822df1e85a6e52b31f5c78f957a 100644 (file)
@@ -2,5 +2,5 @@ USING: help.syntax help.markup ;
 IN: yahoo
 
 HELP: search-yahoo
-{ $values { "search" "a string" } { "num" "a positive integer" } { "seq" "sequence of arrays of length 3" } }
-{ $description "Uses Yahoo's REST API to search for the query specified in the search string, getting the number of answers specified. Returns a sequence of 3arrays, { title url summary }, each of which is a string." } ;
+{ $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." } ;