Skip to content

Commit 2f09d4c

Browse files
committed
Merge #821
821: Fix typo in README r=asomers a=Aaron1011
2 parents dad7770 + 1ab4f6c commit 2f09d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub fn gethostname<'a>(buffer: &'a mut [u8]) -> Result<&'a CStr>;
3333
nix target support consists of two tiers. While nix attempts to support all
3434
platforms supported by [libc](https://github.com/rust-lang/libc), only some
3535
platforms are actively supported due to either technical or manpower
36-
limitations. Support for platforms is split into two tiers:
36+
limitations. Support for platforms is split into three tiers:
3737

3838
* Tier 1 - Builds and tests for this target are run in CI. Failures of either
3939
block the inclusion of new code.

0 commit comments

Comments
 (0)