Skip to content

Commit 55dcb8e

Browse files
author
David Stroud
committed
Fix typo
In the `no-std` section of the README, there was a typo: "disable this feature remove the dependency". The word "to" was added in this commit to create "disable this feature to remove this dependency".
1 parent 9c17cad commit 55dcb8e

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
@@ -28,7 +28,7 @@ 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`.

0 commit comments

Comments
 (0)