summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-12-24 20:17:51 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-12-24 20:17:51 +0000
commit2f09d4c1dac302f4602740da4020d80033b57fcc (patch)
tree6dcb80ae60b62380bb89b338f1b6639cf29f90a8
parentdad777010547d04f32e21af131d223061f3821f2 (diff)
parent1ab4f6c54ade425a6bbae7ae025d5126c3d40c84 (diff)
downloadnix-2f09d4c1dac302f4602740da4020d80033b57fcc.zip
Merge #821
821: Fix typo in README r=asomers a=Aaron1011
-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.