about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:36:57 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-06-26 15:36:57 -0400
commit49a9959d8c3625eae4c6d79ffffec1ac3def253e (patch)
tree3474f6bcc9e7e965631cebe0a8ce272bb7dc080c
parent08f533481d22c3058c82eeff53a5e08f0d03f9ce (diff)
downloadrust-49a9959d8c3625eae4c6d79ffffec1ac3def253e.tar.gz
rust-49a9959d8c3625eae4c6d79ffffec1ac3def253e.zip
StackOverflow -> Stack Overflow
Thanks @chris-morgan
-rw-r--r--src/doc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md
index 42a169c2f4a..39771791c50 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -103,7 +103,7 @@ that link, and you'll be chatting with other Rustaceans (a silly nickname we
 call ourselves), and we can help you out. Other great resources include our
 [mailing list](https://mail.mozilla.org/listinfo/rust-dev),
 [subreddit](http://www.reddit.com/r/rust), and
-[StackOverflow](http://stackoverflow.com/questions/tagged/rust).
+[Stack Overflow](http://stackoverflow.com/questions/tagged/rust).
 
 ## Hello, world!