]> gitweb.factorcode.org Git - factor.git/commitdiff
yahoo: fix help-lint.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 24 Jul 2012 22:22:07 +0000 (15:22 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 24 Jul 2012 22:22:07 +0000 (15:22 -0700)
extra/yahoo/yahoo-docs.factor

index 1758d62029483822df1e85a6e52b31f5c78f957a..9294e46c53e71ae51764d98d294b87670227b3d5 100644 (file)
@@ -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." } ;