Skip to content

Commit 407833f

Browse files
committed
spelling: nullability
Signed-off-by: Josh Soref <[email protected]>
1 parent f7b4d1e commit 407833f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ private module Annotations {
191191
NoNullability() { not nullability_parent(_, _, nullability) }
192192
}
193193

194-
/** A type with annotated nullablity, `?`. */
194+
/** A type with annotated nullability, `?`. */
195195
class AnnotatedNullability extends Nullability {
196196
AnnotatedNullability() { nullability instanceof @annotated }
197197

0 commit comments

Comments
 (0)