diff --git a/include/aidge/data/Tensor.hpp b/include/aidge/data/Tensor.hpp
index 2bd73d53784add075a355112aa2565d9e380e39c..1f9c5a5ec14cca4469b0329f2f968cf9dbc7b0de 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) {