We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9064d7f commit c761d91Copy full SHA for c761d91
juniper/src/value/scalar.rs
@@ -16,7 +16,7 @@ pub trait ParseScalarValue<S = DefaultScalarValue> {
16
/// scalar values in juniper
17
///
18
/// The main objective of this abstraction is to allow other libraries to
19
-/// replace the default representation with something that better fits thei
+/// replace the default representation with something that better fits their
20
/// needs.
21
/// There is a custom derive (`#[derive(juniper::GraphQLScalarValue)]`) available that implements
22
/// most of the required traits automatically for a enum representing a scalar value.
0 commit comments