about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nitschke <33307206+JoshuaNitschke@users.noreply.github.com>2020-11-08 10:15:22 -0800
committerGitHub <noreply@github.com>2020-11-08 19:15:22 +0100
commit6e9d316e14f2bb5d106ae084c44ec1c412164fd1 (patch)
tree86b82155079e07a328cff9f5ce4b7243ea05072f /src/doc/rustc-dev-guide
parent4723ff1be43762e532d201a2daa42796ceb71cb0 (diff)
downloadrust-6e9d316e14f2bb5d106ae084c44ec1c412164fd1.tar.gz
rust-6e9d316e14f2bb5d106ae084c44ec1c412164fd1.zip
correct minor grammar mistake (#944)
correct `a lots to `a lot` on implementing_new_features.md
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/implementing_new_features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/implementing_new_features.md b/src/doc/rustc-dev-guide/src/implementing_new_features.md
index 2103c8803cf..baf4e2b515d 100644
--- a/src/doc/rustc-dev-guide/src/implementing_new_features.md
+++ b/src/doc/rustc-dev-guide/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