diff options
| author | Marcus Boerger <helly@php.net> | 2004-09-29 20:25:28 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2004-09-29 20:25:28 +0000 |
| commit | e109ab54926ac5be797797c032eceb7027c6b6f9 (patch) | |
| tree | 9981f3d56e8125d4c202a8933df6c4f7bce08de9 /ext | |
| parent | 0ec6eb7aad7bcab3ce3f233f83ce34aa7685c390 (diff) | |
| download | php-git-e109ab54926ac5be797797c032eceb7027c6b6f9.tar.gz | |
- Fix docu
Diffstat (limited to 'ext')
| -rwxr-xr-x | ext/spl/spl.php | 2 |
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(); } |
