summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAExecuteResult.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAExecuteResult.hpp')
-rw-r--r--src/core/expression/RBAExecuteResult.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expression/RBAExecuteResult.hpp b/src/core/expression/RBAExecuteResult.hpp
index 1eaf2a5..0dc7591 100644
--- a/src/core/expression/RBAExecuteResult.hpp
+++ b/src/core/expression/RBAExecuteResult.hpp
@@ -30,7 +30,7 @@ enum class RBAExecuteResult : std::uint8_t
FALSE,
EXE, // In case of action is performed by doAction()
// (Excludes SetOfAction and IfAction)
- NOTEXE, // In case of action is NOT performed by doAction()
+ NOTEXE, // In case of action is NOT performed by doAction()
// (Excludes SetOfAction and IfAction)
SKIP // In case of getValue() or getReferenceObject()
};