From 09d233b42f3bb2bda4d2e4867f97c49fb3693c52 Mon Sep 17 00:00:00 2001 From: David Stroud <not.giving.you.my@email.me> Date: Wed, 30 Sep 2020 11:24:50 -0400 Subject: [PATCH] Fix more typos There was a missing period and the word "features" instead of "feature" in the section about `const extern fn`s. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9457aa3b..af31c25a 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`. -- GitLab