Skip to content

Commit f741073

Browse files
committed
Java: Fix bug in qldoc.
1 parent 8c5e89c commit f741073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/semmle/code/java/Expr.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ class ArrayAccess extends Expr, @arrayaccess {
413413
/**
414414
* An array creation expression.
415415
*
416-
* For example, an expression such as `new String[3][2]` or
416+
* For example, an expression such as `new String[2][3]` or
417417
* `new String[][] { { "a", "b", "c" } , { "d", "e", "f" } }`.
418418
*
419419
* In both examples, `String` is the type name. In the first

0 commit comments

Comments
 (0)