Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed May 25, 2024
1 parent 0ce19d0 commit 81e954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/text/CasedString.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @since 1.13.0
*/
public class CasedString {
/** the string the the cased format. */
/** the string of the cased format. */
private final String string;
/** the case of the string. */
private final StringCase stringCase;
Expand Down

0 comments on commit 81e954c

Please sign in to comment.