Skip to content

Commit fb3ece4

Browse files
committed
fix readme
1 parent e9e19cd commit fb3ece4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public String field(@GraphQLDefaultValue(DefaultValue.class) String value) {
250250
The `DefaultValue` class can define a `getInstance` method that will be called instead of the default constructor.
251251

252252
`@GraphQLDeprecate` and Java's `@Deprecated` can be used to specify a deprecated
253-
field, method or a type.
253+
field or method.
254254

255255
### Custom data fetcher
256256

0 commit comments

Comments
 (0)