Tweak the notes on NULL use

This commit is contained in:
Harrissou Sant-anna 2021-05-14 08:58:24 +02:00 committed by Nyall Dawson
parent 468b059eff
commit 783f502a19

View File

@ -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."
}