]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sbufs/sbufs.factor
Fix comments to be ! not #!.
[factor.git] / core / sbufs / sbufs.factor
index d90ae75108d86a33968f4d2495c608fe5bf70da8..b1118bd8152c11b0b9bd483b79d463b7960cc041 100644 (file)
@@ -34,10 +34,10 @@ M: string new-resizable drop <sbuf> ; inline
 M: sbuf new-resizable drop <sbuf> ; inline
 
 M: string like
-    #! If we have a string, we're done.
-    #! If we have an sbuf, and it's at full capacity, we're done.
-    #! Otherwise, call resize-string, which is a relatively
-    #! fast primitive.
+    ! If we have a string, we're done.
+    ! If we have an sbuf, and it's at full capacity, we're done.
+    ! Otherwise, call resize-string, which is a relatively
+    ! fast primitive.
     drop dup string? [
         dup sbuf? [
             [ length ] [ underlying>> ] bi