]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/chloe-tags/chloe-tags.factor
Fix comments to be ! not #!.
[factor.git] / basis / furnace / chloe-tags / chloe-tags.factor
index deecef8848d99880e1bb0570188d560157b5ed36..fc7f826bc4e9c24fe9c69a0d2443deb7260a54ab 100644 (file)
@@ -55,7 +55,7 @@ CHLOE: atom
 CHLOE: write-atom drop [ write-atom-feeds ] [code] ;
 
 : compile-link-attrs ( tag -- )
-    #! Side-effects current namespace.
+    ! Side-effects current namespace.
     '[ [ [ _ ] dip link-attr ] each-responder ] [code] ;
 
 : process-attrs ( assoc -- newassoc )