Skip to content

Commit d9158c8

Browse files
committed
Fixup of second commit.
1 parent 958d8f1 commit d9158c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/Generics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class TypeParameterConstraints extends Element, @type_parameter_constraints {
287287
/** Holds if these constraints include a nullable reference type constraint. */
288288
predicate hasNullableRefTypeConstraint() { general_type_parameter_constraints(this, 5) }
289289

290-
/** Holds if these constraints include a not-null type constraint. */
290+
/** Holds if these constraints include a notnull type constraint. */
291291
predicate hasNotNullTypeConstraint() { general_type_parameter_constraints(this, 6) }
292292

293293
/** Gets a textual representation of these constraints. */

0 commit comments

Comments
 (0)