Skip to content

Commit c761d91

Browse files
author
Byeongjee Kang
authored
Fix a minor typo in comment (#637)
1 parent 9064d7f commit c761d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper/src/value/scalar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub trait ParseScalarValue<S = DefaultScalarValue> {
1616
/// scalar values in juniper
1717
///
1818
/// The main objective of this abstraction is to allow other libraries to
19-
/// replace the default representation with something that better fits thei
19+
/// replace the default representation with something that better fits their
2020
/// needs.
2121
/// There is a custom derive (`#[derive(juniper::GraphQLScalarValue)]`) available that implements
2222
/// most of the required traits automatically for a enum representing a scalar value.

0 commit comments

Comments
 (0)