#DOCUMENTATION
authorClaus Gittinger <cg@exept.de>
Tue, 27 Oct 2015 17:22:34 +0100
changeset 18842 c57fb2395d74
parent 18841 0578521d1cea
child 18843 d18f7f569734
#DOCUMENTATION class: LongFloat comment/format in: #uncheckedDivide:
LongFloat.st
--- a/LongFloat.st	Tue Oct 27 17:21:32 2015 +0100
+++ b/LongFloat.st	Tue Oct 27 17:22:34 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1999 by eXept Software AG
 	      All Rights Reserved
@@ -931,7 +929,7 @@
      Do not check for divide by zero (return NaN or Infinity).
      This operation is provided for emulators of other languages/semantics,
      where no exception is raised for these results (i.e. Java).
-     Its only defined if the argument's type is the same as the receiver's."
+     It is only defined if the argument's type is the same as the receiver's."
 
 %{  /* NOCONTEXT */