We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37af45 commit eab3e18Copy full SHA for eab3e18
1 file changed
ruby/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