Skip to content

Commit

Permalink
Fix 'IntlDateFormatter' typos in Time
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jul 1, 2014
1 parent 99df987 commit 06bdf75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utility/Time.php
Expand Up @@ -29,7 +29,7 @@ class Time extends Carbon implements JsonSerializable {
* The format to use when formatting a time using `Cake\Utility\Time::i18nFormat()`
* and `__toString`
*
* The format should be either the formatting constants from IntDateFormatter as
* The format should be either the formatting constants from IntlDateFormatter as
* described in (http://www.php.net/manual/en/class.intldateformatter.php) or a pattern
* as specified in (http://www.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details)
*
Expand All @@ -45,7 +45,7 @@ class Time extends Carbon implements JsonSerializable {
/**
* The format to use when formatting a time using `Cake\Utility\Time::nice()`
*
* The format should be eiter the formatting constants from IntDateFormatter as
* The format should be eiter the formatting constants from IntlDateFormatter as
* described in (http://www.php.net/manual/en/class.intldateformatter.php) or a pattern
* as specified in (http://www.icu-project.org/apiref/icu4c/classSimpleDateFormat.html#details)
*
Expand Down

0 comments on commit 06bdf75

Please sign in to comment.