Fix typo in io.mmap.functor stack effect
parent
71f729499d
commit
e06b618244
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue