Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Cai <[email protected]>
  • Loading branch information
dveeden and qiancai authored Jan 3, 2025
1 parent cbbe379 commit a62765b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-type-default-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ CREATE TABLE t3 (

For more information on how to use UUID, see [UUID best practices](/best-practices/uuid.md).

An example for using JSON:
An example for using `JSON`:

```sql
CREATE TABLE t4 (
Expand All @@ -81,7 +81,7 @@ CREATE TABLE t4 (
);
```

An example for what is not allowed for JSON:
An example for what is not allowed for `JSON`:

```sql
CREATE TABLE t5 (
Expand Down

0 comments on commit a62765b

Please sign in to comment.