From fb594484e6b290f95efc8a6108b6e9892a3016bc Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 26 Jun 2014 15:30:44 -0400 Subject: [PATCH] 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. --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index d295a8a6b5da..deaeec01e855 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: