Fix typo in io.mmap.functor stack effect

db4
Slava Pestov 2009-03-04 21:37:49 -06:00
parent 71f729499d
commit e06b618244
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ WHERE
: <mapped-A> ( mapped-file -- direct-array )
T mapped-file>direct <A> ; inline
: with-mapped-A-file ( path length quot -- )
: with-mapped-A-file ( path quot -- )
'[ <mapped-A> @ ] with-mapped-file ; inline
;FUNCTOR