]> gitweb.factorcode.org Git - factor.git/blobdiff - core/classes/tuple/tuple.factor
Fix comments to be ! not #!.
[factor.git] / core / classes / tuple / tuple.factor
index 7ad2d456e4e5bc684eaeb006ed9474fa14c8951f..77993bba209b921f50577a97460e70a322b28194 100644 (file)
@@ -133,7 +133,7 @@ M: object final-class? drop f ;
 <PRIVATE
 
 : tuple-predicate-quot/1 ( class -- quot )
-    #! Fast path for tuples with no superclass
+    ! Fast path for tuples with no superclass
     [ ] curry [ layout-of 7 slot ] [ eq? ] surround 1quotation
     [ dup tuple? ] [ [ drop f ] if ] surround ;