Skip to content

Commit 60a9718

Browse files
committed
Typo in java comment
1 parent 18c33c3 commit 60a9718

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/tupilabs/human_name_parser

1 file changed

+1
-1
lines changed

src/main/java/com/tupilabs/human_name_parser/Name.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public String chopWithRegex(String regex, int submatchIndex) {
8181
Pattern pattern = Pattern.compile(regex);
8282
Matcher matcher = pattern.matcher(this.str);
8383

84-
// workdaround for numReplacements in Java
84+
// workaround for numReplacements in Java
8585
int numReplacements = 0;
8686
while (matcher.find()) {
8787
numReplacements++;

0 commit comments

Comments
 (0)