Date.st
branchjv
changeset 20578 39641ba8d6e0
parent 19899 25b35b705da5
parent 20409 795098692ba7
child 21024 8734987eb5c7
--- a/Date.st	Tue Sep 20 11:37:33 2016 +0100
+++ b/Date.st	Mon Oct 03 12:44:41 2016 +0100
@@ -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