[Finder] Fixed typo in phpdoc comment

This commit is contained in:
Thomas Schulz 2015-02-15 15:36:33 +01:00
parent f77d710881
commit 9aece5a33e
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
*