Skip to content

Commit 692c3cf

Browse files
committed
Merge branch 'master' of github.com:facebook/graphql
2 parents a985d6b + fb7b3ee commit 692c3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ typed fragments.
653653
For example, we might have the following type system:
654654

655655
```
656-
Union SearchResult = Photo | Person
656+
union SearchResult = Photo | Person
657657
658658
type Person {
659659
name: String

0 commit comments

Comments
 (0)