correct minor grammar mistake (#944)

correct `a lots to `a lot` on implementing_new_features.md
This commit is contained in:
Joshua Nitschke 2020-11-08 10:15:22 -08:00 committed by GitHub
parent 3de0132a0d
commit 3f33422aab
1 changed files with 1 additions and 1 deletions

View File

@ -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