From 53b0e6555246b610f28dce5c39b8cdfefb641846 Mon Sep 17 00:00:00 2001
From: Maxence Naud <maxence.naud@cea.fr>
Date: Wed, 20 Mar 2024 16:30:39 +0000
Subject: [PATCH] Fix typo Tensor.hpp

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

diff --git a/include/aidge/data/Tensor.hpp b/include/aidge/data/Tensor.hpp
index 2bd73d537..1f9c5a5ec 100644
--- a/include/aidge/data/Tensor.hpp
+++ b/include/aidge/data/Tensor.hpp
@@ -292,7 +292,7 @@ public:
      * @brief Set the DataType of the Tensor and converts data
      * if the Tensor has already been initialized and copyCast is true.
      * @param dt DataType
-     * @param copyCast If truOe (default), previous data is copy-casted. Otherwise
+     * @param copyCast If true (default), previous data is copy-casted. Otherwise
      * previous data is lost.
      */
     void setDataType(const DataType dt, bool copyCast = true) {
-- 
GitLab