Skip to content

Commit 5d8f9a7

Browse files
committed
Java: Misc grammar fixes.
1 parent a80e663 commit 5d8f9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/semmle/code/java/frameworks/spring/SpringController.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,10 @@ private RefType stripType(Type t) {
325325
}
326326

327327
/**
328-
* A user data type which may be populated from a HTTP request.
328+
* A user data type that may be populated from an HTTP request.
329329
*
330330
* This includes types directly referred to as either @ModelAttribute or @RequestBody parameters,
331-
* or types which are referred to by those types.
331+
* or types that are referred to by those types.
332332
*/
333333
class SpringUntrustedDataType extends RefType {
334334
SpringUntrustedDataType() {

0 commit comments

Comments
 (0)