Skip to content

Commit

Permalink
Add missing @ on annotation example (americanexpress#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
realityforge authored and chemdrew committed May 27, 2019
1 parent 2f0bcb0 commit 8b952e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ query($isPublic: Boolean) {
*example:*
```java
...
GraphQLVariables({
@GraphQLVariables({
@GraphQLVariable(name="isPublic", scalar="Boolean"),
@GraphQLVariable(name="username", scalar="String!")
})
Expand Down

0 comments on commit 8b952e3

Please sign in to comment.