From 87af2a34921edd100ecc26f41fa7660633861d3a Mon Sep 17 00:00:00 2001 From: Cyril Moineau <cyril.moineau@cea.fr> Date: Thu, 9 Nov 2023 09:09:21 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/graphRegex/matchFsm/FsmGraph.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp index 6c43cfc66..78d1ab9b4 100644 --- a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp +++ b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp @@ -89,7 +89,7 @@ public: std::size_t getNbStart(void); /** - * @brief increment the origin of all node in the graph + * @brief increment the origin of all nodes in the graph * @param incr value */ void incOriginAllNodeBy(std::size_t incr); -- GitLab