Fix a minor typo in comment (#637)

This commit is contained in:
Byeongjee Kang 2020-04-28 13:09:00 +09:00 committed by GitHub
parent 9064d7f523
commit c761d91c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ pub trait ParseScalarValue<S = DefaultScalarValue> {
/// 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.