summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Stroud <not.giving.you.my@email.me>2020-09-30 11:24:50 -0400
committerDavid Stroud <not.giving.you.my@email.me>2020-09-30 11:24:50 -0400
commit09d233b42f3bb2bda4d2e4867f97c49fb3693c52 (patch)
tree2db9430db6f3e4914696c57e4384069c5a22a9c9
parent55dcb8eccc8458f4968af6052d99ce01fb4294e1 (diff)
downloadrust-libc-09d233b42f3bb2bda4d2e4867f97c49fb3693c52.tar.gz
Fix more typos
There was a missing period and the word "features" instead of "feature" in the section about `const extern fn`s.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9457aa3b9c..af31c25aee 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ libc = "0.2"
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
* `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s.
- This features requires a nightly rustc
+ This feature requires a nightly rustc.
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.