]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/calendar.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / basis / calendar / calendar.factor
index 540b7f19408b5d758a32d313c59544ebe0296587..7875712de63072e5577570ff2c073c2fd3afdcd8 100644 (file)
@@ -228,7 +228,7 @@ M: number +second ( timestamp n -- timestamp )
 
 PRIVATE>
 
-GENERIC# time+ 1 ( time1 time2 -- time3 )
+GENERIC#: time+ 1 ( time1 time2 -- time3 )
 
 M: timestamp time+
     [ clone ] dip (time+) drop ;