Skip to content

Commit 09d233b

Browse files
author
David Stroud
committed
Fix more typos
There was a missing period and the word "features" instead of "feature" in the section about `const extern fn`s.
1 parent 55dcb8e commit 09d233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ libc = "0.2"
3535
This feature derives `Debug`, `Eq`, `Hash`, and `PartialEq`.
3636

3737
* `const-extern-fn`: Changes some `extern fn`s into `const extern fn`s.
38-
This features requires a nightly rustc
38+
This feature requires a nightly rustc.
3939

4040
* **deprecated**: `use_std` is deprecated, and is equivalent to `std`.
4141

0 commit comments

Comments
 (0)