Javadocs and comments

Normalize spelling to "behavior"
This commit is contained in:
Gary Gregory 2022-11-07 08:40:07 -05:00
parent a2a35b4905
commit 4f1d0d2c66

View File

@ -232,7 +232,7 @@ public class CSVDuplicateHeaderTest {
* names flag is true and ignore header case is false: these flags are exclusively for parsing.
* CSVFormat validation applies to both parsing and writing and thus validation
* is less strict and behaves as if the allow missing column names constraint and
* the ignore header case behaviour are absent.
* the ignore header case behavior are absent.
* The filtered data is then returned with the parser flags set to both true and false
* for each test case.
* </p>