diff --git a/juniper/src/value/scalar.rs b/juniper/src/value/scalar.rs index 89b4276d..f198983c 100644 --- a/juniper/src/value/scalar.rs +++ b/juniper/src/value/scalar.rs @@ -16,7 +16,7 @@ pub trait ParseScalarValue { /// scalar values in juniper /// /// The main objective of this abstraction is to allow other libraries to -/// replace the default representation with something that better fits thei +/// replace the default representation with something that better fits their /// needs. /// There is a custom derive (`#[derive(juniper::GraphQLScalarValue)]`) available that implements /// most of the required traits automatically for a enum representing a scalar value.