]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/delegate/delegate.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / basis / delegate / delegate.factor
index e1c44d1efab8f393943bb74dafe1f0068530305d..06d52832249744a64743eee59d24db8d592e0fc3 100644 (file)
@@ -62,7 +62,7 @@ PREDICATE: consult-method < method
 M: consult-method reset-word
     [ call-next-method ] [ f "consultation" set-word-prop ] bi ;
 
-GENERIC# (consult-method-quot) 2 ( consultation quot word -- object )
+GENERIC#: (consult-method-quot) 2 ( consultation quot word -- object )
 
 M: consultation (consult-method-quot)
     '[ _ call _ execute ] nip ;