Updated CakeTime::i18nFormat() doc block description

This commit is contained in:
Bryan Crowe 2013-09-17 23:09:46 -04:00
parent 809f6129e0
commit 5c329b4875

View file

@ -1041,7 +1041,7 @@ class CakeTime {
/**
* Returns a formatted date string, given either a UNIX timestamp or a valid strtotime() date string.
* It take in account the default date format for the current language if a LC_TIME file is used.
* It takes into account the default date format for the current language if a LC_TIME file is used.
*
* @param integer|string|DateTime $date UNIX timestamp, strtotime() valid string or DateTime object
* @param string $format strftime format string.