ByteArray.st
changeset 24315 c754cfdc0951
parent 24314 51288ad97cc9
child 24316 70cf9c5f8ae9
--- a/ByteArray.st	Sun Jun 09 14:58:10 2019 +0200
+++ b/ByteArray.st	Sun Jun 09 14:58:38 2019 +0200
@@ -1265,7 +1265,7 @@
 !
 
 beUnsigned
-    "that's what I am (but I don't know if this is true for subclasses."
+    "that's what I am (but I don't know if this is true for subclasses)."
 
     self class == ByteArray ifTrue:[
         ^ self.
@@ -1276,7 +1276,7 @@
      #[ 1 2 3 128 255 ] copy beUnsigned
     "
 
-    "Modified (comment): / 09-06-2019 / 14:52:12 / Claus Gittinger"
+    "Modified (comment): / 09-06-2019 / 14:58:22 / Claus Gittinger"
 !
 
 decodeAsLiteralArray