diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ Abseil contains the following C++ library components: * [`numeric`](absl/numeric/) <br /> The `numeric` library contains C++11-compatible 128-bit integers. * [`status`](absl/status/) - <br /> The `status` library contains abstractions for error handling, specifically + <br /> The `status` contains abstractions for error handling, specifically `absl::Status` and `absl::StatusOr<T>`. * [`strings`](absl/strings/) <br /> The `strings` library contains a variety of strings routines and |