- Fix docu

This commit is contained in:
Marcus Boerger 2006-01-05 19:00:01 +00:00
parent 6213faa402
commit 4c5fb5fc50

View File

@ -32,7 +32,7 @@ class LimitIterator implements OuterIterator
*
* @param it Iterator to limit
* @param offset Offset to first element
* @param count Maximum number of elements to show or NULL for all
* @param count Maximum number of elements to show or -1 for all
*/
function __construct(Iterator $it, $offset = 0, $count = -1)
{