Skip to content

Commit

Permalink
Merge pull request #2726 from andysalerno/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 1291-promote-libc.md
  • Loading branch information
Centril authored Jul 21, 2019
2 parents a9cbbb2 + 0e731b1 commit 8cd4973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/1291-promote-libc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
question. In essence, the `libc` crate is targeted as "replacement for
`#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`

Expand Down

0 comments on commit 8cd4973

Please sign in to comment.