]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/sections/sections.factor
Fix comments to be ! not #!.
[factor.git] / basis / prettyprint / sections / sections.factor
index c1d39aaee5df180075c091ce1104be7ae2412e11..581d6757f8b8a0ec473bfec5118c5f76a213b276 100644 (file)
@@ -262,9 +262,9 @@ TUPLE: flow < block ;
     flow new-block ;
 
 M: flow short-section? ( section -- ? )
-    #! If we can make room for this entire block by inserting
-    #! a newline, do it; otherwise, don't bother, print it as
-    #! a short section
+    ! If we can make room for this entire block by inserting
+    ! a newline, do it; otherwise, don't bother, print it as
+    ! a short section
     {
         [ section-fits? ]
         [ [ end>> 1 - ] [ start>> ] bi - text-fits? not ]