diff --git a/components/expression_language/syntax.rst b/components/expression_language/syntax.rst index a4c17f81a27..84d3d919ade 100644 --- a/components/expression_language/syntax.rst +++ b/components/expression_language/syntax.rst @@ -14,7 +14,7 @@ Supported Literals The component supports: * **strings** - single and double quotes (e.g. ``'hello'``) -* **numbers** - e.g. ``103`` +* **numbers** - e.g. ``103``, ``0.787``, ``.1234``, ``188_165.1_178``, ``-.7_189e+10``` * **arrays** - using JSON-like notation (e.g. ``[1, 2]``) * **hashes** - using JSON-like notation (e.g. ``{ foo: 'bar' }``) * **booleans** - ``true`` and ``false``