Skip to content

Commit

Permalink
Fix typos in Javadoc (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo authored Nov 24, 2024
1 parent 939ae27 commit 2c38720
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ public long getBytesRead() {
}

/**
* Gets the Charest.
* Gets the Charset.
*
* @return the Charest.
* @return the Charset.
*/
public Charset getCharset() {
return charset;
Expand Down

0 comments on commit 2c38720

Please sign in to comment.