Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1573750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2014-03-03 21:14:31 +00:00
parent a00d396051
commit 649f160522
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class PushbackIterator<E> implements Iterator<E> {
/**
* Decorates the specified iterator to support one-element lookahead.
* <p>
* If the iterator is already a {@link PeekingIterator} it is returned directly.
* If the iterator is already a {@link PushbackIterator} it is returned directly.
*
* @param <E> the element type
* @param iterator the iterator to decorate