diff -r 9356fbae8941 -r fac36b1a37bf 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.