mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: Fix bug in qldoc.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user