Date.st
changeset 20409 795098692ba7
parent 19896 32e62e396575
child 20578 39641ba8d6e0
child 20776 e3fc290ab88d
--- a/Date.st	Thu Sep 22 15:05:05 2016 +0200
+++ b/Date.st	Thu Sep 22 15:05:33 2016 +0200
@@ -925,7 +925,6 @@
     "
 ! !
 
-
 !Date class methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -1897,7 +1896,6 @@
     "Modified: 8.10.1996 / 19:25:39 / cg"
 ! !
 
-
 !Date class methodsFor:'private'!
 
 dayAbbrevsForLanguage:languageOrNilForDefault
@@ -2107,14 +2105,13 @@
 
     "
      Date fromOSTime:0              -> on UNIX: this should return 1st Jan 1970
-                                       thats where Unix time starts
+                                       that's where Unix time starts
                                        On other systems, it may be something different.
 
      Date fromOSTime:(24*60*60*1000) -> on UNIX: the day after
     "
 ! !
 
-
 !Date methodsFor:'Compatibility-ANSI'!
 
 dayOfWeek
@@ -3274,7 +3271,6 @@
 ! !
 
 
-
 !Date methodsFor:'obsolete'!
 
 asAbsoluteTime
@@ -3345,7 +3341,6 @@
     ^ self addDays:days
 ! !
 
-
 !Date methodsFor:'printing & storing'!
 
 addPrintBindingsTo:aDictionary