We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee73cf commit bb81487Copy full SHA for bb81487
1 file changed
csharp/ql/lib/semmle/code/csharp/exprs/Creation.qll
@@ -389,7 +389,7 @@ class ArrayCreation extends Expr, @array_creation_expr {
389
/** Holds if this array creation has an initializer. */
390
predicate hasInitializer() { exists(this.getInitializer()) }
391
392
- /** Gets the array initializer of this array cration, if any. */
+ /** Gets the array initializer of this array creation, if any. */
393
ArrayInitializer getInitializer() { result = this.getChild(-1) }
394
395
/** Holds if the type of the created array is inferred from its initializer. */
0 commit comments