mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
C#: Fix typo in dbscheme.
This commit is contained in:
@@ -486,7 +486,7 @@ nullability_parent(int nullability: @nullability ref, int index: int ref, int pa
|
||||
type_nullability(int id: @has_type_annotation ref, int nullability: @nullability ref);
|
||||
|
||||
/**
|
||||
* Thw nullable flow state of an expression, as determined by Roslyn.
|
||||
* The nullable flow state of an expression, as determined by Roslyn.
|
||||
* 0 = none (default, not populated)
|
||||
* 1 = not null
|
||||
* 2 = maybe null
|
||||
|
||||
Reference in New Issue
Block a user