Skip to content

Commit 9bb7b77

Browse files
authored
Fix: Syntax highlighting in example (#851)
1 parent 558f477 commit 9bb7b77

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
@@ -1177,7 +1177,7 @@ Interface definitions must not contain cyclic references nor implement
11771177
themselves. This example is invalid because `Node` and `Named` implement
11781178
themselves and each other:
11791179

1180-
```graphgl counter-example
1180+
```graphql counter-example
11811181
interface Node implements Named & Node {
11821182
id: ID!
11831183
name: String

0 commit comments

Comments
 (0)