summaryrefslogtreecommitdiff
path: root/ext/spl/internal/seekableiterator.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/internal/seekableiterator.inc')
-rw-r--r--ext/spl/internal/seekableiterator.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/internal/seekableiterator.inc b/ext/spl/internal/seekableiterator.inc
index b4f66bde4d..7728636981 100644
--- a/ext/spl/internal/seekableiterator.inc
+++ b/ext/spl/internal/seekableiterator.inc
@@ -25,8 +25,8 @@ interface SeekableIterator extends Iterator
* \param $index position to seek to
* \return void
*
- * The method should throw an exception if it is not possible to seek to
- * the given position. Typically this exception should be of type
+ * The method should throw an exception if it is not possible to seek to
+ * the given position. Typically this exception should be of type
* OutOfBoundsException.
\code
function seek($index);