about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-03-01 23:18:40 -0800
committerbors <bors@rust-lang.org>2013-03-01 23:18:40 -0800
commit3f91f32938358d65945e5214f664b8f0453d4a28 (patch)
tree465a0234e96b703734c7ddb49764163cd3e88f6c
parent36e898962daa596dd757e31aa86676b1b448b273 (diff)
parentae89328b2a59c978edd3be22e7b7642741d27aad (diff)
downloadrust-3f91f32938358d65945e5214f664b8f0453d4a28.tar.gz
rust-3f91f32938358d65945e5214f664b8f0453d4a28.zip
auto merge of #5186 : ben0x539/rust/contributing, r=brson
I'm wary of editing the offical-looking things like the contribution policy, but I hope fixing typos/the sentence structure is okay.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c6e9478713d..d934e38c35d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ You're not off the hook even if you just stick to documentation; code examples i
 Pull requests will be treated as "review requests",
 and we will give feedback we expect to see corrected on [style](https://github.com/mozilla/rust/wiki/Note-style-guide) and substance before pulling.
 Changes contributed via pull request should focus on a single issue at a time, like any other.
-We will not look accept pull-requests that try to "sneak" unrelated changes in.
+We will not accept pull-requests that try to "sneak" unrelated changes in.
 
 Normally, all pull requests must include regression tests (see [Note-testsuite](https://github.com/mozilla/rust/wiki/Note-testsuite)) that test your change.
 Occasionally, a change will be very difficult to test for.