diff --git a/include/aidge/graphRegex/matchFsm/FsmGraph.hpp b/include/aidge/graphRegex/matchFsm/FsmGraph.hpp index 6c43cfc663b495a3be3bab2f3e34183edb4c3291..78d1ab9b4fa2a5c38b38cbc43b1e376b9ef1ebe5 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);