diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-05T23·52-0400 |
---|---|---|
committer | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-05T23·52-0400 |
commit | 764d4bd0fe96250c2d6e81595c04b15600576e0c (patch) | |
tree | 23d5ae8b9127b2cc5a3613cab4586d7d686a0793 /README.md | |
parent | 5e1a8e8daddc9bf04dcd41ae7028dd4298a839d1 (diff) | |
parent | d732f2014bdd141135e6af06ee5b47e7fbe4b877 (diff) |
Merge remote-tracking branch 'upstream/master'
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 |