Fix typo in bootstrap-cell-bits word

slava 2006-03-20 01:28:07 +00:00
parent ed4b7607bd
commit 8f25b85cbb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ USING: namespaces math ;
: bootstrap-cells bootstrap-cell * ; inline
: cell-bits 8 cells ; inline
: bootstrap-cell-bits 8 cells ; inline
: bootstrap-cell-bits 8 bootstrap-cells ; inline
IN: math