#OTHER by mawalch
authormawalch
Mon, 01 Aug 2016 12:43:13 +0200
changeset 20195 fac36b1a37bf
parent 20194 9356fbae8941
child 20196 f2ce74d623d1
#OTHER by mawalch thruth -> truth
False.st
--- a/False.st	Mon Aug 01 11:28:46 2016 +0200
+++ b/False.st	Mon Aug 01 12:43:13 2016 +0200
@@ -41,8 +41,8 @@
     False has only one instance, false, representing logical falsehood.
 
     Some methods are implemented here and in True, instead of the common
-    superclass Boolean. This has the advantage, that no truth-value checks 
-    are needed, but instead the thruth check is done in the method lookup.
+    superclass Boolean. This has the advantage that no truth-value checks
+    are needed, but instead the truth check is done in the method lookup.
     However, remember that some messages to booleans are inline coded in
     the compilers (both interpreted and machine code). Therefore redefinition
     of some methods here will not have any effect on compiled code.