Skip to content

Commit 754fe65

Browse files
committed
Fix typos
1 parent 9ee5ac7 commit 754fe65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

juniper/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
108108
- `String` scalar implementation for `arcstr::ArcStr`. ([#1247])
109109
- `String` scalar implementation for `compact_str::CompactString`. ([20609366])
110110
- `IntoValue` and `IntoInputValue` conversion traits allowing to work around orphan rules with custom `ScalarValue`. ([#1324])
111-
- `ScalarValue` trait: ([#1327])
111+
- `ScalarValue` trait:
112112
- `from_displayable()` method allowing to specialize `ScalarValue` conversion from custom string types. ([#1324], [#819])
113-
- `try_to::<T>()` method defined by default as `TryScalarValueTo<T>` alias.
113+
- `try_to::<T>()` method defined by default as `TryScalarValueTo<T>` alias. ([#1327])
114114
- `TryScalarValueTo` conversion trait aiding `ScalarValue` trait. ([#1327])
115115
- `#[derive(GraphQLScalar)]` and `#[graphql_scalar]` macros: ([#1327])
116116
- Support for specifying concrete types as input argument in provided `from_input()` function.

0 commit comments

Comments
 (0)