Skip to content

Commit c5b129f

Browse files
ehudonbbakerman
authored andcommitted
Fix quoting around "IBM" in the SDL sample
1 parent 2fe7914 commit c5b129f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/subscriptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Imagine you have an stock market pricing service and you make a graphql subscrip
1616
.. code-block:: graphql
1717
1818
subscription StockCodeSubscription {
19-
stockQuotes(stockCode:"IBM') {
19+
stockQuotes(stockCode:"IBM") {
2020
dateTime
2121
stockCode
2222
stockPrice

0 commit comments

Comments
 (0)