Skip to content

Commit

Permalink
@include Directive example sentence wrong
Browse files Browse the repository at this point in the history
fix copy paste error in the same way as #345
  • Loading branch information
burner authored Aug 18, 2017
1 parent 3678288 commit 84da14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 3 -- Type System.md
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,8 @@ The `@include` directive may be provided for fields, fragment spreads, and
inline fragments, and allows for conditional inclusion during execution as
described by the if argument.

In this example `experimentalField` will be queried only if the `$someTest` is
provided a `true` value.
In this example `experimentalField` will only be queried if the variable
`$someTest` has the value `true`

```graphql
query myQuery($someTest: Boolean) {
Expand Down

0 comments on commit 84da14e

Please sign in to comment.