summaryrefslogtreecommitdiff
path: root/absl/hash/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/hash/hash.h')
-rw-r--r--absl/hash/hash.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/absl/hash/hash.h b/absl/hash/hash.h
index 956befa9..abf88830 100644
--- a/absl/hash/hash.h
+++ b/absl/hash/hash.h
@@ -113,7 +113,9 @@ ABSL_NAMESPACE_BEGIN
// * std::string (as well as any instance of std::basic_string that
// uses one of {char, wchar_t, char16_t, char32_t} and its associated
// std::char_traits)
-// * std::string_view
+// * std::string_view (as well as any instance of std::basic_string_view
+// that uses one of {char, wchar_t, char16_t, char32_t} and its associated
+// std::char_traits)
// * All the standard sequence containers (provided the elements are hashable)
// * All the standard associative containers (provided the elements are
// hashable)