From e109ab54926ac5be797797c032eceb7027c6b6f9 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 29 Sep 2004 20:25:28 +0000 Subject: [PATCH] - Fix docu --- ext/spl/spl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/spl/spl.php b/ext/spl/spl.php index fc93d96dc8..44b29bf8a5 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -368,7 +368,7 @@ class LimitIetrator implements Iterator */ function seek($position); - /** return the current position (zero based) + /** \return the current position (zero based) */ function getPosition(); } -- 2.50.1