Skip to content

Commit 106254b

Browse files
committed
Improve QLDocs
1 parent 5bdf550 commit 106254b

File tree

1 file changed

+2
-2
lines changed
  • java/ql/lib/semmle/code/java/frameworks

1 file changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/frameworks/Regex.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class MatcherMatchesCall extends MethodCall, RegexExecutionExpr::Range {
9797
MatcherMatchesCall() { this.getMethod() instanceof MatcherMatchesMethod }
9898

9999
/**
100-
* Get the call to `java.util.regex.Pattern.matcher` which returned the
100+
* Gets the call to `java.util.regex.Pattern.matcher` that returned the
101101
* qualifier of this call. This is needed to determine the string being
102102
* matched.
103103
*/
@@ -106,7 +106,7 @@ class MatcherMatchesCall extends MethodCall, RegexExecutionExpr::Range {
106106
}
107107

108108
/**
109-
* Get the call to `java.util.regex.Pattern.compile` which returned the
109+
* Gets the call to `java.util.regex.Pattern.compile` that returned the
110110
* `Pattern` used by this matcher. This is needed to determine the regular
111111
* expression being used.
112112
*/

0 commit comments

Comments
 (0)