Skip to content

Commit fb59448

Browse files
committed
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.
1 parent 39549be commit fb59448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Options (for all commands):
324324
```
325325

326326
If you see this output when you run `cargo`, congrats! Cargo is working. If
327-
not, please [open an Issue](https://github.com/rust-lang/cargo/issues/new) or
327+
not, please [open an issue](https://github.com/rust-lang/cargo/issues/new) or
328328
drop by the Rust IRC, and we can help you out.
329329

330330
Let's move back into our `hello_world` directory now:

0 commit comments

Comments
 (0)