Skip to content

Commit 17a2cb4

Browse files
committed
Auto merge of #28808 - AndiDog:patch-1, r=steveklabnik
2 parents 5180a7c + aa9666e commit 17a2cb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,16 @@ are:
221221
* The [Rust Internals forum][rif], a place to ask questions and
222222
discuss Rust's internals
223223
* The [generated documentation for rust's compiler][gdfrustc]
224-
* The [rust referance][rr], even though it doesn't specifically talk about Rust's internals, its a great reasource nontheless
224+
* The [rust reference][rr], even though it doesn't specifically talk about Rust's internals, it's a great resource nonetheless
225225
* Although out of date, [Tom Lee's great blog article][tlgba] is very helpful
226226
* [rustaceans.org][ro] is helpful, but mostly dedicated to IRC
227227
* The [Rust Compiler Testing Docs][rctd]
228228
* For @bors, [this cheat sheet][cheatsheet] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.)
229-
* **Google**!
229+
* **Google!** ([search only in Rust Documentation][gsearchdocs] to find types, traits, etc. quickly)
230230
* Don't be afraid to ask! The Rust community is friendly and helpful.
231231

232232
[gdfrustc]: http://manishearth.github.io/rust-internals-docs/rustc/
233+
[gsearchdocs]: https://www.google.de/search?q=site:doc.rust-lang.org+your+query+here
233234
[rif]: http://internals.rust-lang.org
234235
[rr]: https://doc.rust-lang.org/book/README.html
235236
[tlgba]: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/

0 commit comments

Comments
 (0)