Add a bit about looking up words in api docs

Since I'm thinking we don't link to the docs in print.
This commit is contained in:
Carol (Nichols || Goulding) 2016-08-22 08:26:43 -04:00
parent ba94ced602
commit e4cbbf9b36

View File

@ -90,3 +90,6 @@ Overflow][stackoverflow].
The installer also includes a copy of the documentation locally, so you can
read it offline. Run `rustup doc` to open the local documentation in your
browser.
Any time there's a type or function provided by the standard library and you're
not sure what it does, use the API documentation to find out!