summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Igor Poletaev <ipoletaev@users.noreply.github.com>2020-12-21 07:24:38 -0800
committerGravatar GitHub <noreply@github.com>2020-12-21 10:24:38 -0500
commit9f8b87b71b12c1df95ffededd4560cbf5dcb95b9 (patch)
treebbe22288edb59826fe2e8c7a524493f5b7b950e1 /README.md
parente2b1bab19a782cb62bb010d1c2925ab7314fb113 (diff)
Add missing word 'library' in the 'status' description (#868)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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/)
<br /> The `numeric` library contains C++11-compatible 128-bit integers.
* [`status`](absl/status/)
- <br /> The `status` contains abstractions for error handling, specifically
+ <br /> The `status` library 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