]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/locals/rewrite/closures/closures.factor
Fix comments to be ! not #!.
[factor.git] / basis / locals / rewrite / closures / closures.factor
index b0f1426bec6fe20a7138b9229972e8af55718f15..cb17b3be62532c52ea1eb481a4b26f6d4addea11 100644 (file)
@@ -44,8 +44,8 @@ M: quotation uses-vars* [ uses-vars* ] each ;
     [ uses-vars ] [ defs-vars ] bi diff ;
 
 M: callable rewrite-closures*
-    #! Turn free variables into bound variables, curry them
-    #! onto the body
+    ! Turn free variables into bound variables, curry them
+    ! onto the body
     dup free-vars [ <quote> ] map
     [ % ]
     [ var-defs prepend (rewrite-closures) point-free , ]