Skip to content

Commit bb81487

Browse files
committed
spelling: creation
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 3ee73cf commit bb81487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/lib/semmle/code/csharp/exprs/Creation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class ArrayCreation extends Expr, @array_creation_expr {
389389
/** Holds if this array creation has an initializer. */
390390
predicate hasInitializer() { exists(this.getInitializer()) }
391391

392-
/** Gets the array initializer of this array cration, if any. */
392+
/** Gets the array initializer of this array creation, if any. */
393393
ArrayInitializer getInitializer() { result = this.getChild(-1) }
394394

395395
/** Holds if the type of the created array is inferred from its initializer. */

0 commit comments

Comments
 (0)