Skip to content

Commit 8cd4973

Browse files
authored
Merge pull request #2726 from andysalerno/patch-1
Fix typo in 1291-promote-libc.md
2 parents a9cbbb2 + 0e731b1 commit 8cd4973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1291-promote-libc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ platforms it supports. The `libc` crate, however, **is not intended to be cross
7474
platform** but rather the opposite, an exact binding to the platform in
7575
question. In essence, the `libc` crate is targeted as "replacement for
7676
`#include` in Rust" for traditional system header files, but it makes no
77-
effort to be help being portable by tweaking type definitions and signatures.
77+
effort to be portable by tweaking type definitions and signatures.
7878

7979
### The Home of `libc`
8080

0 commit comments

Comments
 (0)