summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 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`.