From 71da2df8495367328fa87349c99b5e09d35d7619 Mon Sep 17 00:00:00 2001 From: Joe Edwards <80713360+Joseph-Edwards@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:51:04 +0100 Subject: [PATCH] Fix typo Co-authored-by: James Mitchell --- include/libsemigroups/aho-corasick.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libsemigroups/aho-corasick.hpp b/include/libsemigroups/aho-corasick.hpp index feb1b3258..1995d9449 100644 --- a/include/libsemigroups/aho-corasick.hpp +++ b/include/libsemigroups/aho-corasick.hpp @@ -224,7 +224,7 @@ namespace libsemigroups { return _active_nodes_index.size(); } - //! \brief Return a the active nodes. + //! \brief Return the active nodes. //! //! This function returns the active nodes of the trie. //!