Skip to content

Commit

Permalink
Lower case error.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiavrammsd committed Jan 28, 2021
1 parent 362fc5c commit ae96e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/msd/poly_map.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace msd {

template <typename... Keys>
class poly_map {
static_assert(sizeof...(Keys) > 0, "No key type provided");
static_assert(sizeof...(Keys) > 0, "no key type provided");

struct poly_map_element;

Expand Down

0 comments on commit ae96e3b

Please sign in to comment.