]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication.factor
Fix comments to be ! not #!.
[factor.git] / basis / syndication / syndication.factor
index 27f709dd10e71f233569275a8fcfcefc46f5ed06..86ab6db5fe15252d0772e752a56835eb3a2976a5 100644 (file)
@@ -107,7 +107,7 @@ M: string parse-feed [ string>xml xml>feed ] with-html-entities ;
 M: byte-array parse-feed [ bytes>xml xml>feed ] with-html-entities ;
 
 : download-feed ( url -- feed )
-    #! Retrieve an news syndication file, return as a feed tuple.
+    ! Retrieve an news syndication file, return as a feed tuple.
     http-get nip parse-feed ;
 
 ! Atom generation