comment/format in: #printOn:
authorClaus Gittinger <cg@exept.de>
Wed, 25 Jan 2012 11:46:31 +0100
changeset 13986 c8b952d6139c
parent 13985 717a5d0597fe
child 13987 6416fed39dbd
comment/format in: #printOn:
Unicode16String.st
--- a/Unicode16String.st	Wed Jan 25 11:00:41 2012 +0100
+++ b/Unicode16String.st	Wed Jan 25 11:46:31 2012 +0100
@@ -115,9 +115,11 @@
 
 printOn:aStream
     "print the receiver on aStream. 
-     Let aStream decide how to represent this, wether utf8, ucs16, ..."
+     Let aStream decide how to represent this, whether utf8, ucs16, ..."
 
     aStream nextPutAllUnicode:self
+
+    "Modified (comment): / 25-01-2012 / 10:28:34 / cg"
 !
 
 storeOn:aStream
@@ -153,7 +155,7 @@
 !Unicode16String class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Unicode16String.st,v 1.13 2011-09-28 14:31:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Unicode16String.st,v 1.14 2012-01-25 10:46:31 cg Exp $'
 ! !
 
 Unicode16String initialize!