#DOCUMENTATION by mawalch
authormawalch
Mon, 15 Jan 2018 08:31:33 +0100
changeset 22420 7b32109bff47
parent 22419 51057387bc92
child 22421 048d9231773d
#DOCUMENTATION by mawalch class: UninterpretedBytes comment/format in: #utf8DecodedSize
UninterpretedBytes.st
--- a/UninterpretedBytes.st	Mon Jan 15 08:30:57 2018 +0100
+++ b/UninterpretedBytes.st	Mon Jan 15 08:31:33 2018 +0100
@@ -5174,7 +5174,7 @@
 !
 
 utf8DecodedSize
-    "return the number of charcters needed wnen this string is
+    "return the number of characters needed when this string is
      decoded from UTF-8"
 
     |sz "{ Class:SmallInteger }"
@@ -5200,6 +5200,7 @@
     "Created: / 07-02-2017 / 15:03:07 / stefan"
     "Modified: / 07-02-2017 / 19:14:06 / stefan"
     "Modified (comment): / 02-01-2018 / 18:30:27 / stefan"
+    "Modified (comment): / 15-01-2018 / 08:29:10 / mawalch"
 ! !
 
 !UninterpretedBytes methodsFor:'testing'!