]> gitweb.factorcode.org Git - factor.git/commitdiff
fix help-lint for syndication
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 31 Mar 2009 16:12:05 +0000 (11:12 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 31 Mar 2009 16:12:05 +0000 (11:12 -0500)
basis/syndication/syndication.factor

index 3bfc95fe3a7c82ac8a81f0909a5fa175241ea7d2..75c1824c78fe57ac8272a1d0db94f32cae2b97b8 100755 (executable)
@@ -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 ;