From 8f25b85cbb28aea61bc98ee1e7eafdd10a25acda Mon Sep 17 00:00:00 2001 From: slava Date: Mon, 20 Mar 2006 01:28:07 +0000 Subject: [PATCH] Fix typo in bootstrap-cell-bits word --- library/math/constants.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/math/constants.factor b/library/math/constants.factor index 0333308971..7ed04d23d7 100644 --- a/library/math/constants.factor +++ b/library/math/constants.factor @@ -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