diff --git a/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java b/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java index 56286cd537..329c812746 100644 --- a/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java +++ b/cascading-local/src/main/java/cascading/scheme/local/TextDelimited.java @@ -56,7 +56,7 @@ *
* It is assumed if sink/source {@code fields} is set to either {@link Fields#ALL} or {@link Fields#UNKNOWN} and * {@code skipHeader} or {@code hasHeader} is {@code true}, the field names will be retrieved from the header of the - * file and used during planning. The header will parsed with the same rules as the body of the file. + * file and used during planning. The header will be parsed with the same rules as the body of the file. * * By default headers are not skipped. *