Skip to content

Commit

Permalink
Javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mangstadt committed Nov 4, 2023
1 parent 80a54d0 commit bed7131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/biweekly/util/StringUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static void repeat(char c, int count, StringBuilder sb) {
}

/**
* Like {@link String#startsWith()}, but using case-insensitive
* Like {@link String#startsWith}, but using case-insensitive
* comparison.
* @param str the string
* @param prefix the prefix
Expand Down

0 comments on commit bed7131

Please sign in to comment.