#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Thu, 21 Nov 2019 22:22:13 +0100
changeset 24940 476e387608cf
parent 24939 4bf8460acd4d
child 24941 92ff8a7996f9
#DOCUMENTATION by stefan class: Unicode16String comment/format in: #isUnicodeString
Unicode16String.st
--- a/Unicode16String.st	Thu Nov 21 22:21:52 2019 +0100
+++ b/Unicode16String.st	Thu Nov 21 22:22:13 2019 +0100
@@ -244,9 +244,11 @@
     "true if this is a 2- or 4-byte unicode string
      (i.e. not a single byte string).
      Notice, that the name is misleading: 
-     all strings are use unicode encoding"
+     all strings use unicode encoding"
 
     ^ true
+
+    "Modified (comment): / 21-11-2019 / 18:25:59 / Stefan Vogel"
 ! !