Browse Source

Date - Minor API documentation copy fix

Remove "the".
Mark Knol 8 years ago
parent
commit
843ece7f54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/Date.hx

+ 1 - 1
std/Date.hx

@@ -67,7 +67,7 @@ extern class Date
 	function getMinutes() : Int;
 
 	/**
-		Returns the seconds of the `this` Date (0-59 range).
+		Returns the seconds of `this` Date (0-59 range).
 	**/
 	function getSeconds() : Int;