]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/markup/markup.factor
Fix comments to be ! not #!.
[factor.git] / basis / help / markup / markup.factor
index 61b16ab746970726acbd010343fba14948c662d3..d5c559268303ed7ea180680658dee3191cf7ea23 100644 (file)
@@ -136,7 +136,7 @@ ALIAS: $slot $snippet
     ] ($code) ;
 
 : $unchecked-example ( element -- )
-    #! help-lint ignores these.
+    ! help-lint ignores these.
     $example ;
 
 : $markup-example ( element -- )