diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/10-switch.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/10-switch.html index b5b825c20..7f4a1a85b 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/10-switch.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/10-switch.html @@ -38,8 +38,8 @@
The is true/false
and is null
rules perform strict
comparisons against those types. They do not convert between types.
The is empty
rule passes for Strings, Arrays and Buffers that have
- a length of 0, or Objects that have no properties. It does not pass for null
+
The is empty
and is not empty
rules passes for Strings, Arrays and Buffers that have
+ a length of 0, or Objects that have no properties. It does not pass for boolean
, null
or undefined
values.
By default, the node does not modify the msg.parts
property of messages