Integer.st
changeset 21429 f926511bf350
parent 21386 6cdddfc6f2e0
child 21636 b1bf6b59060e
--- a/Integer.st	Mon Feb 13 20:26:07 2017 +0100
+++ b/Integer.st	Mon Feb 13 20:26:16 2017 +0100
@@ -420,7 +420,7 @@
 readFromRomanString:aStringOrStream
     "convert a string or stream containing a roman representation into an integer.
      Raises a RomanNumberFormatError, if the inputs format is completely wrong.
-     Raises BadRomanNumberFormatError if its wrong, but could be parsed.
+     Raises BadRomanNumberFormatError if it's wrong, but could be parsed.
      Notifies via NaiveRomanNumberFormatNotification, if its a bit wrong (naive format).
      Will read both real and naive roman numbers (see printRomanOn: vs. printRomanOn:naive:),
      however, a notification is raised for naive numbers (catch it if you are interested in it)."
@@ -608,6 +608,8 @@
         (Integer readFromRomanString:romanString onError:nil) ~= n ifTrue:[self halt].
      ]
     "
+
+    "Modified (comment): / 13-02-2017 / 20:23:02 / cg"
 !
 
 readFromRomanString:aStringOrStream onError:exceptionalValue
@@ -1442,7 +1444,6 @@
 ! !
 
 
-
 !Integer methodsFor:'bcd conversion'!
 
 decodeFromBCD