Skip to content

Commit 7cd65cb

Browse files
authored
Merge pull request cockroachdb#3202 from cockroachdb/json-typo
Fix error on 'JSON Support'
2 parents ff2fdef + 72363c6 commit 7cd65cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2.0/demo-json-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Back in the terminal where the SQL shell is running, verify that rows of data ar
191191
+-------+
192192
~~~
193193

194-
Now, retrieve all the current entries where the link is pointing to somewhere on YouTube (i.e., where `object.data.domain` is `"youtube.com"`):
194+
Now, retrieve all the current entries where the link is pointing to somewhere on GitHub:
195195

196196
{% include copy-clipboard.html %}
197197
~~~ sql

v2.1/demo-json-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Back in the terminal where the SQL shell is running, verify that rows of data ar
191191
+-------+
192192
~~~
193193

194-
Now, retrieve all the current entries where the link is pointing to somewhere on YouTube (i.e., where `object.data.domain` is `"youtube.com"`):
194+
Now, retrieve all the current entries where the link is pointing to somewhere on GitHub:
195195

196196
{% include copy-clipboard.html %}
197197
~~~ sql

0 commit comments

Comments
 (0)