From a7c18c47627f6249eba2cfe180cd33a9b5721ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20S=C3=AD=C4=8D?= Date: Fri, 25 Oct 2024 13:53:07 +0200 Subject: [PATCH] fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Chocholatý --- include/mata/nfa/nfa.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mata/nfa/nfa.hh b/include/mata/nfa/nfa.hh index 84e2e437e..63e1dc426 100644 --- a/include/mata/nfa/nfa.hh +++ b/include/mata/nfa/nfa.hh @@ -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()) */