From 9c48c52e26bba070c59ca30084a5c54ed6ed3036 Mon Sep 17 00:00:00 2001
From: Cyril Moineau <cyril.moineau@cea.fr>
Date: Thu, 9 Nov 2023 09:09:15 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 include/aidge/graphRegex/matchFsm/MatchResult.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/aidge/graphRegex/matchFsm/MatchResult.hpp b/include/aidge/graphRegex/matchFsm/MatchResult.hpp
index dd792d12b..29b9abb61 100644
--- a/include/aidge/graphRegex/matchFsm/MatchResult.hpp
+++ b/include/aidge/graphRegex/matchFsm/MatchResult.hpp
@@ -35,7 +35,7 @@ public:
 
 /**
  * @brief class that old the result of a matching
- * give access to all node ant there tag in the expression
+ * give access to all node and there tag in the expression
 */
 class MatchResult
 {
-- 
GitLab