Skip to content
Snippets Groups Projects
Commit 4125a369 authored by Cyril Moineau's avatar Cyril Moineau Committed by vincent lorrain
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 87af2a34
No related branches found
No related tags found
1 merge request!29GraphRegex interface class
Pipeline #34054 canceled
...@@ -48,7 +48,7 @@ public: ...@@ -48,7 +48,7 @@ public:
const std::vector<std::shared_ptr<FsmNode>> getStartNodes(void); const std::vector<std::shared_ptr<FsmNode>> getStartNodes(void);
/** /**
* @brief get the set of the valide states * @brief get the set of the valid states
* @return set of valide state * @return set of valide state
*/ */
const std::set<std::shared_ptr<FsmNode>> getValidNodes(void); const std::set<std::shared_ptr<FsmNode>> getValidNodes(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment