From 1f0b6c3eed11d09be6cdaff98a7d5cfae20f4ad1 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Wed, 27 Nov 2024 15:16:17 -0300 Subject: [PATCH] doc/flowint: fix terminology for unset variable s/isnotset/notset, for flowint Flowints don't follow the same pattern as other similar keywords, but the docs indicated otherwise. --- doc/userguide/rules/flow-keywords.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/userguide/rules/flow-keywords.rst b/doc/userguide/rules/flow-keywords.rst index 00801352303e..1854a1803ce6 100644 --- a/doc/userguide/rules/flow-keywords.rst +++ b/doc/userguide/rules/flow-keywords.rst @@ -143,7 +143,12 @@ Define a var (not required), or check that one is set or not set. :: flowint: name, < +,-,=,>,<,>=,<=,==, != >, value; - flowint: name, (isset|isnotset); + flowint: name, (isset|notset); + +.. note:: + + It's important to observe that while similar keywords use ``isnotset``, + for ``flowint`` the term is ``notset``. Compare or alter a var. Add, subtract, compare greater than or less than, greater than or equal to, and less than or equal to are