Java: Fix bug in qldoc.

This commit is contained in:
Anders Schack-Mulligen
2020-05-06 14:06:49 +02:00
parent 8c5e89c160
commit f7410739d9

View File

@@ -413,7 +413,7 @@ class ArrayAccess extends Expr, @arrayaccess {
/**
* An array creation expression.
*
* For example, an expression such as `new String[3][2]` or
* For example, an expression such as `new String[2][3]` or
* `new String[][] { { "a", "b", "c" } , { "d", "e", "f" } }`.
*
* In both examples, `String` is the type name. In the first