diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp index bf23ef9f0957f15538986739a8f3086373879efc..bbb262a867e3acd2e6e8c64552553becd1eb002b 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).