Fix spelling in Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46b6a2de4c
commit
f656bb7cb6
|
@ -252,7 +252,7 @@ public class CSVParser implements Iterable<CSVRecord> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns an iterator on the records. IOExceptions occuring during the iteration are wrapped in a
|
||||
* Returns an iterator on the records. IOExceptions occurring during the iteration are wrapped in a
|
||||
* RuntimeException.
|
||||
*/
|
||||
public Iterator<CSVRecord> iterator() {
|
||||
|
|
Loading…
Reference in New Issue