Skip to content

Commit

Permalink
Tweak the notes on NULL use
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed May 16, 2021
1 parent 468b059 commit 783f502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/NULL
Expand Up @@ -6,5 +6,5 @@
"examples": [
{ "expression":"NULL", "returns":"a NULL value" }
],
"notes": "To test for NULL use an <pre>IS NULL</pre> or <pre>IS NOT NULL</pre> expression."
"notes": "To test for NULL use an <i>IS NULL</i> or <i>IS NOT NULL</i> expression."
}

0 comments on commit 783f502

Please sign in to comment.