From d1e0908e5e2422b7e64ddcb70f0686f349244060 Mon Sep 17 00:00:00 2001 From: slava Date: Fri, 10 Nov 2006 23:18:46 +0000 Subject: [PATCH] Fix typo --- library/test/math/complex.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/test/math/complex.factor b/library/test/math/complex.factor index f722eeca20..bf63108902 100644 --- a/library/test/math/complex.factor +++ b/library/test/math/complex.factor @@ -60,7 +60,7 @@ USE: test [ 1 ] [ -1 >polar drop ] unit-test [ t ] [ -1 >polar nip 3.14 3.15 between? ] unit-test -! I fucked something up +! I broke something [ ] [ C{ 1 4 } tanh drop ] unit-test [ ] [ C{ 1 4 } tan drop ] unit-test [ ] [ C{ 1 4 } coth drop ] unit-test