Fix capitalization of Issue.

@chris-morgan and @huonw pointed out that even though the feature
is a proper noun, we're using it in a more generic sense here.
This commit is contained in:
Steve Klabnik 2014-06-26 15:30:44 -04:00
parent 39549bebf0
commit fb594484e6
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ Options (for all commands):
```
If you see this output when you run `cargo`, congrats! Cargo is working. If
not, please [open an Issue](https://github.com/rust-lang/cargo/issues/new) or
not, please [open an issue](https://github.com/rust-lang/cargo/issues/new) or
drop by the Rust IRC, and we can help you out.
Let's move back into our `hello_world` directory now: