yahoo: fix help-lint.
parent
44a8bbe3e4
commit
928a460aa1
|
@ -1,6 +1,6 @@
|
||||||
USING: help.syntax help.markup ;
|
USING: help.syntax help.markup ;
|
||||||
IN: yahoo
|
IN: yahoo
|
||||||
|
|
||||||
HELP: search-yahoo
|
HELP: yahoo-search
|
||||||
{ $values { "search" search } { "seq" "sequence of arrays of length 3" } }
|
{ $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." } ;
|
{ $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." } ;
|
||||||
|
|
Loading…
Reference in New Issue