diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 2d78e46dbe13..c6db64ab450f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Abseil contains the following C++ library components: time zones. * [`types`](absl/types/) <br /> The `types` library contains non-container utility types, like a - C++11-compatible version of `absl::optional`. + C++11-compatible version of the C++17 `std::optional` type. ## License |