From 774f452689deb38b23ec35831df9fe901ecc4018 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 19 Mar 2023 19:48:22 +0100 Subject: [PATCH] fix typo --- ssp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>;