Skip to content

Commit

Permalink
Fixed typo in field name
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov committed Jul 5, 2024
1 parent a5570c9 commit 4ee6e4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Rule {
}

public static class Parameter extends MatchInfo {
MatchInfo resources;
MatchInfo resource;
MatchInfo params;
MatchInfo db_type;
List<String> highlight;
Expand Down

0 comments on commit 4ee6e4c

Please sign in to comment.