Skip to content

Commit ee3b26a

Browse files
committed
Fix a broken reference in the syntax docs
1 parent dd845b4 commit ee3b26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/syntax.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following table outlines all operators that can be used in Rule Engine expre
2727
| **Arithmetic Operators** |
2828
+--------------+------------------------------+-----------------------------------------------------------------+
2929
| ``+`` | Addition | :py:attr:`~.DataType.BYTES`, :py:attr:`~.DataType.DATETIME`, |
30-
| | | :py:attr:`~.DataType.FLOAT`, py:attr:`~.DataType.STRING`, |
30+
| | | :py:attr:`~.DataType.FLOAT`, :py:attr:`~.DataType.STRING`, |
3131
| | | :py:attr:`~.DataType.TIMEDELTA` :sup:`1` |
3232
+--------------+------------------------------+-----------------------------------------------------------------+
3333
| ``-`` | Subtraction | :py:attr:`~.DataType.FLOAT`, :py:attr:`~.DataType.DATETIME`, |

0 commit comments

Comments
 (0)