From a62765b372b556ea43e2ea1b07cd9fc8f5bd0b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 3 Jan 2025 11:13:11 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Grace Cai --- data-type-default-values.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-type-default-values.md b/data-type-default-values.md index 233825f4490ff..e7e948934722c 100644 --- a/data-type-default-values.md +++ b/data-type-default-values.md @@ -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 ( @@ -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 (