summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-29 20:25:28 +0000
committerMarcus Boerger <helly@php.net>2004-09-29 20:25:28 +0000
commite109ab54926ac5be797797c032eceb7027c6b6f9 (patch)
tree9981f3d56e8125d4c202a8933df6c4f7bce08de9
parent0ec6eb7aad7bcab3ce3f233f83ce34aa7685c390 (diff)
downloadphp-git-e109ab54926ac5be797797c032eceb7027c6b6f9.tar.gz
- Fix docu
-rwxr-xr-xext/spl/spl.php2
1 files changed, 1 insertions, 1 deletions
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();
}