Minor type in CONTRIBUTING.md

A single missing article
This commit is contained in:
Amit Levy 2016-08-21 22:42:33 -04:00 committed by GitHub
parent 1576de0ce6
commit 4b6477f062
1 changed files with 1 additions and 1 deletions

View File

@ -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