diff options
| author | Vladimir Rutsky <rutsky@users.noreply.github.com> | 2015-07-01 01:57:54 +0300 |
|---|---|---|
| committer | Vladimir Rutsky <rutsky@users.noreply.github.com> | 2015-07-01 01:57:54 +0300 |
| commit | b85aa7800de4a0f9c0b1ac2546b33afc5effced3 (patch) | |
| tree | db9afde6d22dcf5e527343251168cb0bb3aa160a /CONTRIBUTING.md | |
| parent | fdf219dd42ad6a1627dd949d3f92193d0c482226 (diff) | |
| download | rust-b85aa7800de4a0f9c0b1ac2546b33afc5effced3.tar.gz rust-b85aa7800de4a0f9c0b1ac2546b33afc5effced3.zip | |
fix typo: "requests function in the same [way] as other"
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0bcb3219858..d558e2f8840 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,8 +114,8 @@ Documentation improvements are very welcome. The source of `doc.rust-lang.org` is located in `src/doc` in the tree, and standard API documentation is generated from the source code itself. -Documentation pull requests function in the same as other pull requests, though -you may see a slightly different form of `r+`: +Documentation pull requests function in the same way as other pull requests, +though you may see a slightly different form of `r+`: @bors: r+ 38fe8d2 rollup |
