summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-01-05 19:00:27 +0000
committerMarcus Boerger <helly@php.net>2006-01-05 19:00:27 +0000
commit5121b2a78a144d58b775c3921d9c789aa80f393c (patch)
tree38d5da092547556914ae91942334d3db3a139ae2
parent32dc6ee526ff9768b9897ab857e6957d7dd64ad6 (diff)
downloadphp-git-5121b2a78a144d58b775c3921d9c789aa80f393c.tar.gz
- MFH Fix docu
-rwxr-xr-xext/spl/internal/limititerator.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/limititerator.inc b/ext/spl/internal/limititerator.inc
index 930ba535fa..b3e4088f81 100755
--- a/ext/spl/internal/limititerator.inc
+++ b/ext/spl/internal/limititerator.inc
@@ -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)
{