]> granicus.if.org Git - php/commitdiff
- Fix docu
authorMarcus Boerger <helly@php.net>
Wed, 29 Sep 2004 20:25:28 +0000 (20:25 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 29 Sep 2004 20:25:28 +0000 (20:25 +0000)
ext/spl/spl.php

index fc93d96dc8d6941ba1ac37fbb7feeb1b306ebecd..44b29bf8a5809e54b17805322c97995d03ceed60 100755 (executable)
@@ -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();
 }