Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
algonell committed Sep 11, 2024
1 parent f9a7695 commit 44bf484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public Description matchMethod(MethodTree tree, VisitorState state) {
}
}

// if a method name contais a banned substring, exit
// if a method name contains a banned substring, exit
for (String methodSubstring : METHOD_SUBSTRINGS_TO_IGNORE) {
if (methodName.contains(methodSubstring)) {
return NO_MATCH;
Expand Down

0 comments on commit 44bf484

Please sign in to comment.