diff --git a/include/stringzilla/stringzilla.hpp b/include/stringzilla/stringzilla.hpp index e42f929..98e1c2e 100644 --- a/include/stringzilla/stringzilla.hpp +++ b/include/stringzilla/stringzilla.hpp @@ -1109,7 +1109,7 @@ class basic_string_slice { public: // STL compatibility - using traits_type = std::char_traits; + using traits_type = std::char_traits; using value_type = mutable_char_type; using pointer = char_type *; using const_pointer = immutable_char_type *;