We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a35b4 commit 4f1d0d2Copy full SHA for 4f1d0d2
1 file changed
src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java
@@ -232,7 +232,7 @@ static Stream<Arguments> duplicateHeaderData() {
232
* names flag is true and ignore header case is false: these flags are exclusively for parsing.
233
* CSVFormat validation applies to both parsing and writing and thus validation
234
* is less strict and behaves as if the allow missing column names constraint and
235
- * the ignore header case behaviour are absent.
+ * the ignore header case behavior are absent.
236
* The filtered data is then returned with the parser flags set to both true and false
237
* for each test case.
238
* </p>
0 commit comments