Fix typo in bootstrap-cell-bits word
parent
ed4b7607bd
commit
8f25b85cbb
|
@ -8,7 +8,7 @@ USING: namespaces math ;
|
||||||
: bootstrap-cells bootstrap-cell * ; inline
|
: bootstrap-cells bootstrap-cell * ; inline
|
||||||
|
|
||||||
: cell-bits 8 cells ; inline
|
: cell-bits 8 cells ; inline
|
||||||
: bootstrap-cell-bits 8 cells ; inline
|
: bootstrap-cell-bits 8 bootstrap-cells ; inline
|
||||||
|
|
||||||
IN: math
|
IN: math
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue