Skip to content

Commit fb7b3ee

Browse files
committed
Merge pull request #159 from apollostack/origin/fix-union-typedef
Union type definition must be lower case
2 parents 14c93e8 + 64a054c commit fb7b3ee

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)