diff --git a/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java b/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java index eff1cde7b1..752ccc6dc1 100644 --- a/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java +++ b/cascading-hadoop/src/main/shared/cascading/scheme/hadoop/TextDelimited.java @@ -52,7 +52,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. *