Fixed a typo in qldoc

This commit is contained in:
Fosstars
2021-08-14 21:28:30 +02:00
parent e2dc9753ac
commit fbac5891b8

View File

@@ -30,7 +30,7 @@ private class StaticByteArrayCreation extends ArrayCreationExpr {
/**
* Defines a sub-set of expressions that update either content of an array or an array reference.
* There sub-set covers only methods that are likely to set a non-static IV.
* This sub-set covers only methods that are likely to set a non-static IV.
* For example, `java.util.Arrays.fill()` is not covered because it assigns the same value
* to each element of the array.
*/