From c44d9c610e7f5b03eda13769e889eea72b056d6b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 2 Jan 2020 12:39:36 +0100 Subject: impl: fix traits doc comments --- include/newtype/impl/type_traits_extensions.hpp | 4 ++-- 1 file 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 -- cgit v1.2.3