]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/syndication/syndication-tests.factor
Fix comments to be ! not #!.
[factor.git] / basis / syndication / syndication-tests.factor
index ce3fa9332981dd0f54bd9e719ed20271a9975a18..5e63aefd205193dcab21a8c3060bf62147307a97 100644 (file)
@@ -3,8 +3,8 @@ calendar urls xml.writer ;
 IN: syndication.tests
 
 : load-news-file ( filename -- feed )
-    #! Load an news syndication file and process it, returning
-    #! it as an feed tuple.
+    ! Load an news syndication file and process it, returning
+    ! it as an feed tuple.
     binary file-contents parse-feed ;
 
 { T{