From 9f8b87b71b12c1df95ffededd4560cbf5dcb95b9 Mon Sep 17 00:00:00 2001 From: Igor Poletaev Date: Mon, 21 Dec 2020 07:24:38 -0800 Subject: Add missing word 'library' in the 'status' description (#868) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1802349..95be3257 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Abseil contains the following C++ library components: * [`numeric`](absl/numeric/)
The `numeric` library contains C++11-compatible 128-bit integers. * [`status`](absl/status/) -
The `status` contains abstractions for error handling, specifically +
The `status` library contains abstractions for error handling, specifically `absl::Status` and `absl::StatusOr`. * [`strings`](absl/strings/)
The `strings` library contains a variety of strings routines and -- cgit v1.2.3