Skip to content

Commit

Permalink
rollup merge of rust-lang#21015: steveklabnik/gh20852
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 15, 2015
2 parents ff9ae88 + be40718 commit e06863e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/trpl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ memory safe without using garbage collection.
"The Rust Programming Language" is split into three sections, which you can
navigate through the menu on the left.

## Basics
<h2 class="section-header"><a href="basic.html">Basics</a></h2>

This section is a linear introduction to the basic syntax and semantics of
Rust. It has individual sections on each part of Rust's syntax, and culminates
Expand All @@ -17,15 +17,15 @@ in a small project: a guessing game.
After reading "Basics," you will have a good foundation to learn more about
Rust, and can write very simple programs.

## Intermediate
<h2 class="section-header"><a href="intermediate.html">Intermediate</a></h2>

This section contains individual chapters, which are self-contained. They focus
on specific topics, and can be read in any order.

After reading "Intermediate," you will have a solid understanding of Rust,
and will be able to understand most Rust code and write more complex programs.

## Advanced
<h2 class="section-header"><a href="advanced.html">Advanced</a></h2>

In a similar fashion to "Intermediate," this section is full of individual,
deep-dive chapters, which stand alone and can be read in any order. These
Expand Down

0 comments on commit e06863e

Please sign in to comment.