diff --git a/src/uvw/type_info.hpp b/src/uvw/type_info.hpp index 3f2553f8..f10ffaf1 100644 --- a/src/uvw/type_info.hpp +++ b/src/uvw/type_info.hpp @@ -18,7 +18,7 @@ namespace uvw { namespace internal { -// Fowler–Noll–Vo hash function v. 1a - the good +// Fowler-Noll-Vo hash function v. 1a - the good [[nodiscard]] static constexpr std::uint32_t fnv1a(const char *curr) noexcept { constexpr std::uint32_t offset = 2166136261; constexpr std::uint32_t prime = 16777619;