Skip to content

Commit 86adb51

Browse files
committed
REMOVE AGAIN: Add one more spelling error and modify the first line.
1 parent d7416c9 commit 86adb51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class ObjectCreation extends Call, LateBindableExpr, @object_creation_expr {
222222
}
223223
}
224224

225-
/**
225+
/** Just modify the first line.
226226
* An anonymous constructor call, for example
227227
* `new { First = x[0], Last = x[x.Length - 1] }` on line 2 in
228228
*
@@ -232,6 +232,7 @@ class ObjectCreation extends Call, LateBindableExpr, @object_creation_expr {
232232
* Select(y => y.First + y.Last);
233233
* }
234234
* ```
235+
* Introduce a specific spelling error: abbout
235236
*/
236237
class AnonymousObjectCreation extends ObjectCreation {
237238
AnonymousObjectCreation() { this.getObjectType() instanceof AnonymousClass }

0 commit comments

Comments
 (0)