diff --git a/resources/function_help/json/NULL b/resources/function_help/json/NULL index c57b2a98bca..a758ddea9ee 100644 --- a/resources/function_help/json/NULL +++ b/resources/function_help/json/NULL @@ -6,5 +6,5 @@ "examples": [ { "expression":"NULL", "returns":"a NULL value" } ], - "notes": "To test for NULL use an
IS NULL
or
IS NOT NULL
expression." + "notes": "To test for NULL use an IS NULL or IS NOT NULL expression." }