From 3f33422aab60182988c43dffea7758e1fdbb3215 Mon Sep 17 00:00:00 2001 From: Joshua Nitschke <33307206+JoshuaNitschke@users.noreply.github.com> Date: Sun, 8 Nov 2020 10:15:22 -0800 Subject: [PATCH] correct minor grammar mistake (#944) correct `a lots to `a lot` on implementing_new_features.md --- src/implementing_new_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/implementing_new_features.md b/src/implementing_new_features.md index 2103c880..baf4e2b5 100644 --- a/src/implementing_new_features.md +++ b/src/implementing_new_features.md @@ -170,7 +170,7 @@ a new unstable feature: 6. Add a section to the unstable book, in `src/doc/unstable-book/src/language-features/$feature_name.md`. -7. Write a lots of tests for the new feature. +7. Write a lot of tests for the new feature. PRs without tests will not be accepted! 8. Get your PR reviewed and land it. You have now successfully