]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/generic.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / generic / generic.factor
index c861f7c54bc894dd9c3c90fd1711f5ceae24f75d..65fbb300f4833183c9deacc9e5d8a43af35c4205 100644 (file)
@@ -186,7 +186,7 @@ M: method forget*
         [ call-next-method ] bi
     ] if ;
 
-GENERIC# check-combination-effect 1 ( combination effect -- )
+GENERIC#: check-combination-effect 1 ( combination effect -- )
 
 M: object check-combination-effect 2drop ;