about summary refs log tree commit diff
path: root/third_party/abseil_cpp/absl/types/any.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/abseil_cpp/absl/types/any.h')
-rw-r--r--third_party/abseil_cpp/absl/types/any.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/abseil_cpp/absl/types/any.h b/third_party/abseil_cpp/absl/types/any.h
index 7eed519791..fc5a07469f 100644
--- a/third_party/abseil_cpp/absl/types/any.h
+++ b/third_party/abseil_cpp/absl/types/any.h
@@ -47,9 +47,9 @@
 // this abstraction, make sure that you should not instead be rewriting your
 // code to be more specific.
 //
-// Abseil expects to release an `absl::variant` type shortly (a C++11 compatible
-// version of the C++17 `std::variant), which is generally preferred for use
-// over `absl::any`.
+// Abseil has also released an `absl::variant` type (a C++11 compatible version
+// of the C++17 `std::variant`), which is generally preferred for use over
+// `absl::any`.
 #ifndef ABSL_TYPES_ANY_H_
 #define ABSL_TYPES_ANY_H_