minor #13700 [Finder] Fixed typo in phpdoc comment (date range) (King2500)

This PR was merged into the 2.3 branch.

Discussion
----------

[Finder] Fixed typo in phpdoc comment (date range)

| Q             | A
| ------------- | ---
| Fixed tickets | -
| License       | MIT

See changes

Commits
-------

9aece5a [Finder] Fixed typo in phpdoc comment
This commit is contained in:
Fabien Potencier 2015-02-16 10:07:56 +01:00
commit f18280923b
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ class Finder implements \IteratorAggregate, \Countable
* $finder->date('> now - 2 hours');
* $finder->date('>= 2005-10-15');
*
* @param string $date A date rage string
* @param string $date A date range string
*
* @return Finder The current Finder instance
*