Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrginglymus committed Mar 3, 2021
1 parent be85d3e commit e7e524e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private List<String> getChunks() {
* @param maxSize the maximum size of the resultant string.
* @return A string comprising as many of the joined chunks that will fit in the given size, plus the truncation
* string if truncation was necessary.
* @deprecated use the explicit {@link #buildByBytes(int)} or {@link #buildByChars(int)} method according ot your requirements.
* @deprecated use the explicit {@link #buildByBytes(int)} or {@link #buildByChars(int)} method according to your requirements.
*/
@Deprecated
public String build(final int maxSize) {
Expand Down

0 comments on commit e7e524e

Please sign in to comment.