diff --git a/ssp.hpp b/ssp.hpp index 1cefc64..c0d660e 100644 --- a/ssp.hpp +++ b/ssp.hpp @@ -775,7 +775,7 @@ 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>;