diff --git a/doc/limitations.md b/doc/limitations.md index 2d31a4b..b90393b 100644 --- a/doc/limitations.md +++ b/doc/limitations.md @@ -41,7 +41,7 @@ struct magic_enum::customize::enum_range { static constexpr int min = 100; static constexpr int max = 300; - // (max - min) must be less than UINT16_MIN. + // (max - min) must be less than UINT16_MAX. }; ```