about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexis Beingessner <a.beingessner@gmail.com>2014-08-08 19:36:32 -0400
committerAlexis Beingessner <a.beingessner@gmail.com>2014-08-08 19:36:32 -0400
commite8006f3c74a52d6e2feba51ab48bea9ea5116f9b (patch)
tree7a6e89dd20cc76768c52e420cb46cb33e4712ae4
parent8fcfd02d852cc328a1d465f366ff8e22583b26f2 (diff)
Make small doc contributions less onerous/intimidating
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e85d3f013d3..0fc2d1b0948 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -16,7 +16,8 @@ please do two things:
 
 2. Run the full Rust test suite with the `make check` command.  You're
    not off the hook even if you just stick to documentation; code
-   examples in the docs are tested as well!
+   examples in the docs are tested as well! Although for simple
+   wording or grammar fixes, this is probably unnecessary.
 
 Pull requests will be treated as "review requests", and we will give
 feedback we expect to see corrected on