Skip to content
Snippets Groups Projects
Commit 55dcb8ec authored by David Stroud's avatar David Stroud
Browse files

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".
parent 9c17cad7
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ libc = "0.2"
## Features
* `std`: by default `libc` links to the standard library. Disable this
feature remove this dependency and be able to use `libc` in `#![no_std]`
feature to remove this dependency and be able to use `libc` in `#![no_std]`
crates.
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment