]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/syndication/syndication.factor
core: cramp -> bound (was short)
[factor.git] / basis / furnace / syndication / syndication.factor
index 4cfb0cacdb8a570cdd6f7affb1663c6622b60286..ad3a1b91274fc93ae1925a5e5e6ce058a54908b8 100644 (file)
@@ -29,7 +29,7 @@ M: object >entry
         } cleave ;
 
 : process-entries ( seq -- seq' )
-    20 cramp head-slice [
+    20 bound head-slice [
         >entry clone
         [ adjust-url ] change-url
     ] map ;