Add missing word 'library' in the 'status' description (#868)

pull/873/head
Igor Poletaev 4 years ago committed by GitHub
parent e2b1bab19a
commit 9f8b87b71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save