diff --git a/include/ss/setup.hpp b/include/ss/setup.hpp index 62da91b..17d8399 100644 --- a/include/ss/setup.hpp +++ b/include/ss/setup.hpp @@ -109,10 +109,10 @@ struct get_matcher { struct is_matcher : is_instance_of_matcher {}; static_assert(count_v <= 1, - "the same matcher is cannot" + "the same matcher cannot" "be defined multiple times"); using type = std::conditional_t::value, T, - typename get_matcher::type>; + typename get_matcher::type>; }; template