Mark Knol преди 8 години
родител
ревизия
4a387f9445
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      std/Date.hx

+ 1 - 1
std/Date.hx

@@ -87,7 +87,7 @@ extern class Date
 	function getDate() : Int;
 	function getDate() : Int;
 
 
 	/**
 	/**
-		Returns the day of the week of `this` Date (0-6 range).
+		Returns the day of the week of `this` Date (0-6 range) where `0` is Sunday.
 	**/
 	**/
 	function getDay() : Int;
 	function getDay() : Int;