From b766f6885f919c1d18fd82d9e7f61e4bc6925f60 Mon Sep 17 00:00:00 2001 From: "Vladimir Vashurkin (Alkenso)" Date: Fri, 9 Aug 2019 13:19:33 +0300 Subject: [PATCH] Fixed typo --- include/asenum/asenum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asenum/asenum.h b/include/asenum/asenum.h index 21c3b1d..2650360 100644 --- a/include/asenum/asenum.h +++ b/include/asenum/asenum.h @@ -77,7 +77,7 @@ namespace asenum template using UnderlyingType = typename details::UnderlyingTypeResolver::type; - /// Array of all cases used associated with concrete AsEnum. + /// Array of all cases associated with concrete AsEnum. static constexpr Enum AllCases[] = { T_Cases::Code... }; /**