Skip to content

Commit c7a095b

Browse files
authored
Merge pull request #1908 from dapper-gh/typo
2 parents 9c17cad + 09d233b commit c7a095b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ libc = "0.2"
2828
## Features
2929

3030
* `std`: by default `libc` links to the standard library. Disable this
31-
feature remove this dependency and be able to use `libc` in `#![no_std]`
31+
feature to remove this dependency and be able to use `libc` in `#![no_std]`
3232
crates.
3333

3434
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
3535
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
3636

3737
* `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s.
38-
This features requires a nightly rustc
38+
This feature requires a nightly rustc.
3939

4040
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
4141

0 commit comments

Comments
 (0)