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

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

parent 4125a369
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ public:
void addEdge(std::shared_ptr<FsmEdge>& edge);
/**
* @brief get the liste of the starting states
* @brief get the list of the starting states
* @details we need to use a vector because the order of the nodes is important for start node initialization \ref test()
*/
const std::vector<std::shared_ptr<FsmNode>> getStartNodes(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