Skip to content

Commit ed6b257

Browse files
authored
Small typo changes to CHANGELOG
1 parent c7cc1da commit ed6b257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

juniper/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535

3636
## Fixes
3737

38-
- Massively improved the `#[graphql_union]` proc macro ([#666](https://github.com/graphql-rust/juniper/pull/666)):
38+
- Massively improved the `#[graphql_union]` proc macro. ([#666](https://github.com/graphql-rust/juniper/pull/666)):
3939
- Applicable to traits.
4040
- Supports custom resolvers.
4141
- Supports generics.
4242
- Supports multiple `#[graphql_union]` attributes.
4343

44-
- Massively improved the `#[derive(GraphQLUnion)]` macro ([#666](https://github.com/graphql-rust/juniper/pull/666)):
44+
- Massively improved the `#[derive(GraphQLUnion)]` macro. ([#666](https://github.com/graphql-rust/juniper/pull/666)):
4545
- Applicable to enums and structs.
4646
- Supports custom resolvers.
4747
- Supports generics.
@@ -60,7 +60,7 @@
6060
- Added support for renaming arguments within a GraphQL object. ([#631](https://github.com/graphql-rust/juniper/pull/631))
6161
- Example:
6262
```rust
63-
#[graphql(arguments(argA(name = "test")))]`
63+
#[graphql(arguments(argA(name = "test")))]
6464
```
6565

6666
- `SchemaType` is now public.

0 commit comments

Comments
 (0)