Skip to content

Commit 64a054c

Browse files
author
Jonas Helfer
committed
Union type definition must be lower case
1 parent c4c709e commit 64a054c

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
@@ -549,7 +549,7 @@ typed fragments.
549549
For example, we might have the following type system:
550550

551551
```
552-
Union SearchResult = Photo | Person
552+
union SearchResult = Photo | Person
553553
554554
type Person {
555555
name: String

0 commit comments

Comments
 (0)