diff --git a/inc/Helpers/TimeAndDate.hpp b/inc/Helpers/TimeAndDate.hpp
index 8747aa3d7e004506353e4d8c3041cbb0a66cbc2f..44e0c7c76841f80b239bf4536e0f991874a09a08 100644
--- a/inc/Helpers/TimeAndDate.hpp
+++ b/inc/Helpers/TimeAndDate.hpp
@@ -5,9 +5,6 @@
 
 /**
  * A class that represents the time and date.
- *
- * @note
- * This struct is similar to the `struct tm` of <ctime> library but it is more embedded-friendly
  */
 class TimeAndDate {
 public: