Skip to content

Commit 5269834

Browse files
dupskibbakerman
authored andcommitted
Add missing semicolon
1 parent 173dbf6 commit 5269834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/documentation/master/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ To make a programmatically-generated schema executable, you can just instantiate
292292
.build();
293293

294294
// Make the schema executable
295-
GraphQL executor = GraphQL.newGraphQL(graphQLSchema).build()
295+
GraphQL executor = GraphQL.newGraphQL(graphQLSchema).build();
296296
ExecutionResult executionResult = executor.execute("{hello}");
297297
{{< / highlight >}}
298298

0 commit comments

Comments
 (0)