Skip to content

Commit 4f1d0d2

Browse files
committed
Javadocs and comments
Normalize spelling to "behavior"
1 parent a2a35b4 commit 4f1d0d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/csv/CSVDuplicateHeaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static Stream<Arguments> duplicateHeaderData() {
232232
* names flag is true and ignore header case is false: these flags are exclusively for parsing.
233233
* CSVFormat validation applies to both parsing and writing and thus validation
234234
* is less strict and behaves as if the allow missing column names constraint and
235-
* the ignore header case behaviour are absent.
235+
* the ignore header case behavior are absent.
236236
* The filtered data is then returned with the parser flags set to both true and false
237237
* for each test case.
238238
* </p>

0 commit comments

Comments
 (0)