Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 0f862a9

Browse files
committed
Merge pull request #269 from jeremybanks/patch-1
Correct StackOverflow -> Stack Overflow in FAQ
2 parents d9dca23 + 4b4f506 commit 0f862a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ There are several ways. You can:
110110

111111
- Post in [users.rust-lang.org](https://users.rust-lang.org/), the official Rust users forum
112112
- Ask in the official [Rust IRC channel](https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) (#rust on irc.mozilla.org)
113-
- Ask on [StackOverflow](http://stackoverflow.com/questions/tagged/rust) with the "rust" tag
113+
- Ask on [Stack Overflow](http://stackoverflow.com/questions/tagged/rust) with the "rust" tag
114114
- Post in [/r/rust](https://www.reddit.com/r/rust), the unofficial Rust subreddit
115115

116116
<h3><a href="#why-has-rust-changed-so-much" name="why-has-rust-changed-so-much">
@@ -1366,10 +1366,10 @@ Some specific difference between Haskell typeclasses and Rust traits include:
13661366
<h2 id="documentation">Documentation</h2>
13671367

13681368
<h3><a href="#why-are-so-many-rust-answers-on-stackoverflow-wrong" name="why-are-so-many-rust-answers-on-stackoverflow-wrong">
1369-
Why are so many Rust answers on StackOverflow wrong?
1369+
Why are so many Rust answers on Stack Overflow wrong?
13701370
</a></h3>
13711371

1372-
The Rust language has been around for a number of years, and only reached version 1.0 in May of 2015. In the time before then the language changed significantly, and a number of StackOverflow answers were given at the time of older versions of the language.
1372+
The Rust language has been around for a number of years, and only reached version 1.0 in May of 2015. In the time before then the language changed significantly, and a number of Stack Overflow answers were given at the time of older versions of the language.
13731373

13741374
Over time more and more answers will be offered for the current version, thus improving this issue as the proportion of out-of-date answers is reduced.
13751375

0 commit comments

Comments
 (0)