remove a bunch of repeated words

This commit is contained in:
Erik Krogh Kristensen
2022-07-14 12:35:23 +02:00
parent 2ea2bd8966
commit 85a652f3d1
13 changed files with 13 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ class ExternalApi extends Callable {
TaintTracking::localAdditionalTaintStep(this.getAnInput(), _)
}
/** Holds if this API is is a constructor without parameters. */
/** Holds if this API is a constructor without parameters. */
private predicate isParameterlessConstructor() {
this instanceof Constructor and this.getNumberOfParameters() = 0
}