Skip to content

Commit 5ccfa67

Browse files
authored
Merge pull request #137 from graphql-java/Update-stock-quotes-typo
Fix up typo
2 parents b979d93 + 175fd66 commit 5ccfa67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GraphQL graphQL = GraphQL
5959

6060
String query = "" +
6161
" subscription StockCodeSubscription {\n" +
62-
" stockQuotes(stockCode:\"IBM') {\n" +
62+
" stockQuotes(stockCode:\"IBM\") {\n" +
6363
" dateTime\n" +
6464
" stockCode\n" +
6565
" stockPrice\n" +

versioned_docs/version-v21/subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GraphQL graphQL = GraphQL
5959

6060
String query = "" +
6161
" subscription StockCodeSubscription {\n" +
62-
" stockQuotes(stockCode:\"IBM') {\n" +
62+
" stockQuotes(stockCode:\"IBM\") {\n" +
6363
" dateTime\n" +
6464
" stockCode\n" +
6565
" stockPrice\n" +

0 commit comments

Comments
 (0)