Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Resolves BATCH-2758
  • Loading branch information
fmbenhassine committed Nov 2, 2018
1 parent 3a48584 commit 2d7caa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ else if (isQuoteCharacter(currentChar)) {
}

/**
* Trim and leading or trailing quotes (and any leading or trailing
* Trim any leading or trailing quotes (and any leading or trailing
* whitespace before or after the quotes) from within the specified character
* array beginning at the specified offset index for the specified count.
* <p/>
Expand Down

0 comments on commit 2d7caa3

Please sign in to comment.