True.st
changeset 65 63f19c1157b6
parent 41 a14247b04d03
child 88 81dacba7a63a
--- a/True.st	Fri Feb 25 14:07:32 1994 +0100
+++ b/True.st	Fri Feb 25 14:08:44 1994 +0100
@@ -24,7 +24,7 @@
 
 Class True has only one instance, true, representing logical truth.
 
-$Header: /cvs/stx/stx/libbasic/True.st,v 1.5 1994-01-09 21:25:44 claus Exp $
+$Header: /cvs/stx/stx/libbasic/True.st,v 1.6 1994-02-25 13:08:37 claus Exp $
 '!
 
 !True methodsFor: 'logical operations'!
@@ -114,7 +114,7 @@
 !True methodsFor: 'printing'!
 
 printString
-    "return a Character sequence representing the receiver"
+    "return character sequence representing the receiver"
 
     ^ 'true'
 ! !