Fix a minor typo in comment (#637)
This commit is contained in:
parent
9064d7f523
commit
c761d91c69
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub trait ParseScalarValue<S = DefaultScalarValue> {
|
||||||
/// scalar values in juniper
|
/// scalar values in juniper
|
||||||
///
|
///
|
||||||
/// The main objective of this abstraction is to allow other libraries to
|
/// 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.
|
/// needs.
|
||||||
/// There is a custom derive (`#[derive(juniper::GraphQLScalarValue)]`) available that implements
|
/// There is a custom derive (`#[derive(juniper::GraphQLScalarValue)]`) available that implements
|
||||||
/// most of the required traits automatically for a enum representing a scalar value.
|
/// most of the required traits automatically for a enum representing a scalar value.
|
||||||
|
|
Loading…
Reference in a new issue