]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo
authorslava <slava@factorcode.org>
Fri, 10 Nov 2006 23:18:46 +0000 (23:18 +0000)
committerslava <slava@factorcode.org>
Fri, 10 Nov 2006 23:18:46 +0000 (23:18 +0000)
library/test/math/complex.factor

index f722eeca20b38c7a687093755ed6f57a6dea66c8..bf63108902d7090c971188fb628e77a014e1af73 100644 (file)
@@ -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