summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2017-12-24 14:54:34 -0500
committerGitHub <noreply@github.com>2017-12-24 14:54:34 -0500
commit1ab4f6c54ade425a6bbae7ae025d5126c3d40c84 (patch)
tree6dcb80ae60b62380bb89b338f1b6639cf29f90a8
parentdad777010547d04f32e21af131d223061f3821f2 (diff)
downloadnix-1ab4f6c54ade425a6bbae7ae025d5126c3d40c84.zip
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.