Skip to content

Commit b979d93

Browse files
authored
Fixed quote in Java code after IBM (#136)
1 parent f3f7151 commit b979d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-v20/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)