]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/calendar/holidays/us/us.factor
fix typo
[factor.git] / extra / calendar / holidays / us / us.factor
index 60018dfb6a48d59f7c57525652ee16d34623b944..21224878660ec007acf2f5a78dfd46e9bcbdbdf8 100644 (file)
@@ -15,7 +15,7 @@ SYNTAX: HOLIDAY:
     parse-definition (( timestamp/n -- timestamp )) define-declared ;
 
 SYNTAX: HOLIDAY-NAME:
-    scan-word "holiday" word-prop scan-word scan-object >at drop ;
+    scan-word "holiday" word-prop scan-word scan-object spin set-at ;
 >>
 
 : holiday>timestamp ( n word -- timestamp )