Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Vashurkin (Alkenso) committed Aug 9, 2019
1 parent b4b9adb commit b766f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asenum/asenum.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ namespace asenum
template <Enum C>
using UnderlyingType = typename details::UnderlyingTypeResolver<Enum, C, T_Cases...>::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... };

/**
Expand Down

0 comments on commit b766f68

Please sign in to comment.