From da960c9cc22a20381a9f9bc3c0a4a55e85c1ea25 Mon Sep 17 00:00:00 2001
From: Maxence Naud <maxence.naud@cea.fr>
Date: Wed, 6 Dec 2023 13:32:00 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 include/aidge/graph/GraphView.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp
index bf23ef9f0..bbb262a86 100644
--- a/include/aidge/graph/GraphView.hpp
+++ b/include/aidge/graph/GraphView.hpp
@@ -292,7 +292,8 @@ public:
 
     /**
      * @brief Include a set of Nodes to the current GraphView object.
-     * The second element in the otherNodes pair is the start node.
+     * The first element of the otherNodes pair is the start node and
+     * the second is the remaining nodes to add.
      * @param otherNodes
      * @param includeLearnableParam
      * @return true if graph ordering is unique (meaning inputs/outputs order is well defined).
-- 
GitLab