From eab3e18962646ed99c55cfdbed5a00389c34f43a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 12 Oct 2022 14:05:22 -0400 Subject: [PATCH] spelling: possibility Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ruby/node-types/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/node-types/src/lib.rs b/ruby/node-types/src/lib.rs index 2fdf0c8c8cc..a48e9ddbf9a 100644 --- a/ruby/node-types/src/lib.rs +++ b/ruby/node-types/src/lib.rs @@ -43,7 +43,7 @@ pub enum FieldTypeInfo { }, /// 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), }