diff --git a/include/boost/pfr/detail/fields_count.hpp b/include/boost/pfr/detail/fields_count.hpp index f26f79d..fdf67f5 100644 --- a/include/boost/pfr/detail/fields_count.hpp +++ b/include/boost/pfr/detail/fields_count.hpp @@ -221,7 +221,7 @@ constexpr std::size_t fields_count() noexcept { #ifdef __cpp_lib_is_aggregate static_assert( - std::is_aggregate::value // Does not return `true` for build in types. + std::is_aggregate::value // Does not return `true` for built-in types. || std::is_scalar::value, "====================> Boost.PFR: Type must be aggregate initializable." );