more typos

db4
Joe Groff 2009-02-09 16:37:12 -06:00
parent 4623e9bd68
commit ddf8afbb7e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
USING: specialized-arrays.float specialized-arrays.direct.functor ;
USING: specialized-arrays.complex-double specialized-arrays.direct.functor ;
IN: specialized-arrays.direct.complex-double
<< "complex-double" define-direct-array >>

View File

@ -1,4 +1,4 @@
USING: specialized-arrays.float specialized-arrays.direct.functor ;
USING: specialized-arrays.complex-float specialized-arrays.direct.functor ;
IN: specialized-arrays.direct.complex-float
<< "complex-float" define-direct-array >>