Browse Source

fixed doc

Nicolas Cannasse 19 years ago
parent
commit
160e336e7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/DateTools.hx

+ 1 - 1
std/DateTools.hx

@@ -130,7 +130,7 @@ class DateTools {
 	}
 
 	/**
-		Returns a Date which time has been changed by [t] seconds.
+		Returns a Date which time has been changed by [t] milliseconds.
 	**/
 	public static function delta( d : Date, t : Float ) : Date {
 		return Date.fromTime( d.getTime() + t );