diff options
| author | Jonathan Turner <jonathandturner@users.noreply.github.com> | 2016-08-22 15:34:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-22 15:34:22 -0700 |
| commit | 766b04ec5e4657381f5920a79d10d2d19cb87c61 (patch) | |
| tree | 8f50df62c47fd05d5acd68087e5c4769b3dab590 | |
| parent | 252f3c5a1a74ddef5d24655d0911f0ff0f0b9f17 (diff) | |
| parent | 4b6477f062eb13e6b21011395f634696482a29f5 (diff) | |
| download | rust-766b04ec5e4657381f5920a79d10d2d19cb87c61.tar.gz rust-766b04ec5e4657381f5920a79d10d2d19cb87c61.zip | |
Rollup merge of #35889 - alevy:patch-1, r=GuillaumeGomez
Minor type in CONTRIBUTING.md A single missing article
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 60935770781..4e6cd6c9782 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -230,7 +230,7 @@ To find documentation-related issues, sort by the [A-docs label][adocs]. In many cases, you don't need a full `make doc`. You can use `rustdoc` directly to check small fixes. For example, `rustdoc src/doc/reference.md` will render reference to `doc/reference.html`. The CSS might be messed up, but you can -verify that HTML is right. +verify that the HTML is right. ## Issue Triage |
