Steve Klabnik
64f4021c40
copy-editing: if
...
I decided to break if-let out, as it's too complex for this part, but moving
if that late seems silly too.
2015-04-10 12:26:58 -04:00
Steve Klabnik
04b4bb9fb0
remove backticks from titles
...
This doesn't actually display correctly
2015-04-10 12:26:58 -04:00
Steve Klabnik
0027253f18
Import real content.
2015-04-07 22:16:02 -04:00
Steve Klabnik
f354c8a580
New TOC
2015-04-07 19:44:49 -04:00
Adam Jacob
cec404a066
Add documentation for else if to trpl
...
Adds an example of `else if` to the If section of The Rust Programming
Language.
r? @steveklabnik
2015-02-18 16:26:39 -08:00
Logan Chien
8c3d914ca4
Change the title of if statement in trpl book.
2015-01-20 00:41:59 +08:00
Sebastian Rasmussen
64b1a0da98
Cosmetic updates to TRPL text
...
* Make messages match rustc's error messages
* Use correct function name in example
* Rewording to match previously presented material
2015-01-10 23:11:26 +01:00
Kevin Yap
8f61814641
Standardize punctuation & formatting of TRPL
...
This commit is an attempt to standardize the use of punctuation and
formatting in "The Rust Programming Language" as discussed in #19823 .
- Convert bold text to italicized textcwhen referring to terminology.
- Convert single-quoted text to italicized or double-quoted text,
depending on context.
- Use double quotes only in the case of scare quotes or quotations.
2015-01-08 17:15:26 -08:00
Alex Crichton
7541f82fab
Fix dead links in the guide and reorganize
2015-01-08 10:27:03 -08:00