cursors: typo in -into-growable-

release
Joe Groff 2010-03-24 19:02:27 -07:00
parent 96d2b44f3e
commit e0435f6261
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ M: forward-cursor new-sequence-cursor
[ 2over ] dip new-sequence-cursor ; inline
: -into-growable- ( begin end quot exemplar -- begin' end' quot' cursor result )
[ 2over ] dip new-sequence-cursor ; inline
[ 2over ] dip new-growable-cursor ; inline
!
! map combinators