]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/cursors/cursors.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / extra / cursors / cursors.factor
index dc08656f7e578dae3b220cd93a005fb2c6b08962..77defb081d952a977e2a11f73ed1e183ed7ebb1f 100644 (file)
@@ -68,7 +68,7 @@ M: from-sequence cursor-get-unsafe
     >from-sequence< nth-unsafe ;
 
 M: from-sequence cursor-advance
-    [ 1+ ] change-n drop ;
+    [ 1 + ] change-n drop ;
 
 : >input ( seq -- cursor )
     0 from-sequence boa ; inline