From 1ab4f6c54ade425a6bbae7ae025d5126c3d40c84 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Sun, 24 Dec 2017 14:54:34 -0500 Subject: Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f0cff7..b9e4f80e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ pub fn gethostname<'a>(buffer: &'a mut [u8]) -> Result<&'a CStr>; nix target support consists of two tiers. While nix attempts to support all platforms supported by [libc](https://github.com/rust-lang/libc), only some platforms are actively supported due to either technical or manpower -limitations. Support for platforms is split into two tiers: +limitations. Support for platforms is split into three tiers: * Tier 1 - Builds and tests for this target are run in CI. Failures of either block the inclusion of new code. -- cgit v1.2.3