summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-02-21 08:46:25 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-02-21 08:46:25 +0100
commitcd49efc997f2aa513e4021130b00f89d9434acdb (patch)
tree5e7faa1d0ca7f27310f841aa31181b916b2fd136 /README.md
parent5cefa3a2c364f75fd903af0c78b94136ea86d9ee (diff)
downloadrust-libc-cd49efc997f2aa513e4021130b00f89d9434acdb.tar.gz
Fix typo in README; do not generate .nojekyll file in gh-pages branch
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cbedf83943..f04816d956 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ libc = "0.2"
crates.
* `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
- This feature derives `Debug, `Eq`, `Hash`, and `PartialEq`.
+ This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
## Rust version support