We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc029bd commit d9900feCopy full SHA for d9900fe
ql/node-types/src/lib.rs
@@ -43,7 +43,7 @@ pub enum FieldTypeInfo {
43
},
44
45
/// The field can be one of several tokens, so the db type will be an `int`
46
- /// with a `case @foo.kind` for each possiblity.
+ /// with a `case @foo.kind` for each possibility.
47
ReservedWordInt(BTreeMap<String, (usize, String)>),
48
}
49
0 commit comments