Fix typo in 1291-promote-libc.md

The RFC has an apparent typo that I cleaned up.
This commit is contained in:
Andy Salerno 2019-07-18 12:51:16 -07:00 committed by GitHub
parent a9cbbb20e3
commit 0e731b10cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ platforms it supports. The `libc` crate, however, **is not intended to be cross
platform** but rather the opposite, an exact binding to the platform in platform** but rather the opposite, an exact binding to the platform in
question. In essence, the `libc` crate is targeted as "replacement for question. In essence, the `libc` crate is targeted as "replacement for
`#include` in Rust" for traditional system header files, but it makes no `#include` in Rust" for traditional system header files, but it makes no
effort to be help being portable by tweaking type definitions and signatures. effort to be portable by tweaking type definitions and signatures.
### The Home of `libc` ### The Home of `libc`