#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Fri, 25 Mar 2016 17:08:55 +0100
changeset 19461 7a4d28b76572
parent 19460 8ebcf83b9b81
child 19462 4f67bb0b9182
#DOCUMENTATION class: UninterpretedBytes comment/format in: #isAbstract
UninterpretedBytes.st
--- a/UninterpretedBytes.st	Fri Mar 25 17:08:25 2016 +0100
+++ b/UninterpretedBytes.st	Fri Mar 25 17:08:55 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
               All Rights Reserved
@@ -409,7 +407,7 @@
 isAbstract
     "Return if this class is an abstract class.
      True is returned for UninterpretedBytes here; false for subclasses.
-     Abstract subclasses must redefine again."
+     Abstract subclasses must redefine this again."
 
     ^ self == UninterpretedBytes
 !
@@ -745,7 +743,7 @@
 longLongAt:index
     "return the 8-bytes starting at index as a signed Integer.
      The index is a smalltalk index (i.e. 1-based).
-     The value is retrieved in the machineÄs natural byte order.
+     The value is retrieved in the machineÄs natural byte order.
      This may be worth a primitive."
 
     ^ self signedInt64At:index MSB:IsBigEndian