mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
spelling: possibility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -43,7 +43,7 @@ pub enum FieldTypeInfo {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/// The field can be one of several tokens, so the db type will be an `int`
|
/// The field can be one of several tokens, so the db type will be an `int`
|
||||||
/// with a `case @foo.kind` for each possiblity.
|
/// with a `case @foo.kind` for each possibility.
|
||||||
ReservedWordInt(BTreeMap<String, (usize, String)>),
|
ReservedWordInt(BTreeMap<String, (usize, String)>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user