about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-08-22 15:34:22 -0700
committerGitHub <noreply@github.com>2016-08-22 15:34:22 -0700
commit766b04ec5e4657381f5920a79d10d2d19cb87c61 (patch)
tree8f50df62c47fd05d5acd68087e5c4769b3dab590
parent252f3c5a1a74ddef5d24655d0911f0ff0f0b9f17 (diff)
parent4b6477f062eb13e6b21011395f634696482a29f5 (diff)
downloadrust-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.md2
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