Skip to content

Commit fbac589

Browse files
Fixed a typo in qldoc
1 parent e2dc975 commit fbac589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/semmle/code/java/security/StaticInitializationVectorQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private class StaticByteArrayCreation extends ArrayCreationExpr {
3030

3131
/**
3232
* Defines a sub-set of expressions that update either content of an array or an array reference.
33-
* There sub-set covers only methods that are likely to set a non-static IV.
33+
* This sub-set covers only methods that are likely to set a non-static IV.
3434
* For example, `java.util.Arrays.fill()` is not covered because it assigns the same value
3535
* to each element of the array.
3636
*/

0 commit comments

Comments
 (0)