Skip to content

Commit d9900fe

Browse files
committed
spelling: possibility
Signed-off-by: Josh Soref <[email protected]>
1 parent bc029bd commit d9900fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/node-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pub enum FieldTypeInfo {
4343
},
4444

4545
/// 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.
46+
/// with a `case @foo.kind` for each possibility.
4747
ReservedWordInt(BTreeMap<String, (usize, String)>),
4848
}
4949

0 commit comments

Comments
 (0)