]> gitweb.factorcode.org Git - factor.git/blobdiff - core/byte-vectors/byte-vectors.factor
Fix comments to be ! not #!.
[factor.git] / core / byte-vectors / byte-vectors.factor
index 815ecbc53cc6c271f1397915dd07c7cab8c3d262..b53fd3866d7c3b306c8761a36bda3fd3c5c2f40c 100644 (file)
@@ -29,10 +29,10 @@ M: byte-vector equal?
 M: byte-vector contract 2drop ; inline
 
 M: byte-array like
-    #! If we have an byte-array, we're done.
-    #! If we have a byte-vector, and it's at full capacity,
-    #! we're done. Otherwise, call resize-byte-array, which is a
-    #! relatively fast primitive.
+    ! If we have an byte-array, we're done.
+    ! If we have a byte-vector, and it's at full capacity,
+    ! we're done. Otherwise, call resize-byte-array, which is a
+    ! relatively fast primitive.
     drop dup byte-array? [
         dup byte-vector? [
             [ length ] [ underlying>> ] bi