Skip to content
Snippets Groups Projects
Commit 9671df3c authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Fix doc typo

parent 62fc9b48
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ public:
const set<TransitionFSM>& getTransitionsFromState(const State& from) const;
 
/**
* @return automaton transitions from state
* @return automaton transitions to state
*/
const set<TransitionFSM>& getTransitionsToState(const State& to) const;
 
......
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