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

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

diff --git a/include/aidge/graphRegex/GraphRegex.hpp b/include/aidge/graphRegex/GraphRegex.hpp
index a357462c2..12a5139a3 100644
--- a/include/aidge/graphRegex/GraphRegex.hpp
+++ b/include/aidge/graphRegex/GraphRegex.hpp
@@ -54,7 +54,7 @@ class GraphRegex{
     void setNodeKey(const std::string key,std::function<bool(NodePtr)> f);
 
     /***
-     *  @brief brief match the querys in the graph 
+     *  @brief brief match the queries in the graph 
      *  @param Reference the graph were the querys in search 
      *  @return the result  
     */
-- 
GitLab