Skip to content

Commit 03da7f3

Browse files
authored
Update java/0028-find-the-index-of-the-first-occurrence-in-a-string.java
1 parent ef9cb6a commit 03da7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/0028-find-the-index-of-the-first-occurrence-in-a-string.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ public int strStr(String haystack, String needle) {
1010
}
1111
return result;
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)