Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit f4df552

Browse files
authored
JAvadoc: Fix some grammar
1 parent 7b47b98 commit f4df552

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public Builder setHeader(final String... header) {
521521
}
522522

523523
/**
524-
* Sets the header comments set to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
524+
* Sets the header comments to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
525525
*
526526
* <p>
527527
* Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.
@@ -553,7 +553,7 @@ public Builder setHeaderComments(final Object... headerComments) {
553553
}
554554

555555
/**
556-
* Sets the header comments set to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
556+
* Sets the header comments to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
557557
*
558558
* <p>
559559
* Use {@link Builder#setCommentMarker(char)} or {@link Builder#setCommentMarker(Character)} to set the comment marker to be used with each comment.

0 commit comments

Comments
 (0)