Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: David Chocholatý <[email protected]>
  • Loading branch information
jurajsic and Adda0 authored Oct 25, 2024
1 parent 16fb25d commit a7c18c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mata/nfa/nfa.hh
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public:
/**
* @brief Get some shortest accepting run from state @p q
*
* Assumes that @p q is a state of this automaton and that there is some accepting run from q
* Assumes that @p q is a state of this automaton and that there is some accepting run from @p q
*
* @param distances_to_final Vector of the lengths of the shortest runs from states (can be computed using distances_to_final())
*/
Expand Down

0 comments on commit a7c18c4

Please sign in to comment.