diff options
| -rw-r--r-- | include/newtype/impl/type_traits_extensions.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/newtype/impl/type_traits_extensions.hpp b/include/newtype/impl/type_traits_extensions.hpp index d3e6d8b..e9bbefb 100644 --- a/include/newtype/impl/type_traits_extensions.hpp +++ b/include/newtype/impl/type_traits_extensions.hpp @@ -528,7 +528,7 @@ namespace nt::impl }; /** - * @brief A trait to test if a given type is input streamable + * @brief A trait to test if a given type is addable * * @tparam T The type to test * @note This specialization forms the case for addable T @@ -589,7 +589,7 @@ namespace nt::impl }; /** - * @brief A trait to test if a given type is input streamable + * @brief A trait to test if a given type is subtractable * * @tparam T The type to test * @note This specialization forms the case for subtractable T |
