Skip to content

Commit c797b61

Browse files
authored
Typo
1 parent 19cd322 commit c797b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ public CSVFormat withDelimiter(final char delimiter) {
23532353
* Returns a new {@code CSVFormat} with the escape character of the format set to the specified character.
23542354
*
23552355
* @param escape the escape character
2356-
* @return A new CSVFormat that is equal to his but with the specified character as the escape character
2356+
* @return A new CSVFormat that is equal to this but with the specified character as the escape character
23572357
* @throws IllegalArgumentException thrown if the specified character is a line break
23582358
* @deprecated Use {@link Builder#setEscape(char)}
23592359
*/

0 commit comments

Comments
 (0)