diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-06-26 15:30:44 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-06-26 15:30:44 -0400 |
| commit | fb594484e6b290f95efc8a6108b6e9892a3016bc (patch) | |
| tree | 3f952f9fb506d55a87aa043137d7225d58f99f13 | |
| parent | 39549bebf0f4bcbc9fe5a67affe4d9ae00f6993f (diff) | |
| download | rust-fb594484e6b290f95efc8a6108b6e9892a3016bc.tar.gz rust-fb594484e6b290f95efc8a6108b6e9892a3016bc.zip | |
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.
| -rw-r--r-- | src/doc/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index d295a8a6b5d..deaeec01e85 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -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: |
