fix help-lint for syndication

db4
Doug Coleman 2009-03-31 11:12:05 -05:00
parent eb9164e65d
commit 65cb08c355
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ TUPLE: entry title url description date ;
{ "feed" [ atom1.0 ] }
} case ;
GENERIC: parse-feed ( string -- feed )
GENERIC: parse-feed ( sequence -- feed )
M: string parse-feed [ string>xml xml>feed ] with-html-entities ;