diff --git a/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll b/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll index 6f10cf3bad4..991a1c72981 100644 --- a/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll +++ b/java/ql/lib/semmle/code/java/frameworks/spring/SpringWebClient.qll @@ -33,7 +33,7 @@ class SpringWebClient extends Interface { /** * A method on `org.springframework.web.client.RestTemplate` - * which has a parameter `uriVariables` (which can have type `Object..` or + * which has a parameter `uriVariables` (which can have type `Object...` or * `Map`) which contains variables to be expanded into the URL * template in parameter 0. */