File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ memory safe without using garbage collection.
88"The Rust Programming Language" is split into three sections, which you can
99navigate through the menu on the left.
1010
11- ## Basics
11+ < h2 class = " section-header " >< a href = " basic.html " > Basics</ a ></ h2 >
1212
1313This section is a linear introduction to the basic syntax and semantics of
1414Rust. It has individual sections on each part of Rust's syntax, and culminates
@@ -17,15 +17,15 @@ in a small project: a guessing game.
1717After reading "Basics," you will have a good foundation to learn more about
1818Rust, and can write very simple programs.
1919
20- ## Intermediate
20+ < h2 class = " section-header " >< a href = " intermediate.html " > Intermediate</ a ></ h2 >
2121
2222This section contains individual chapters, which are self-contained. They focus
2323on specific topics, and can be read in any order.
2424
2525After reading "Intermediate," you will have a solid understanding of Rust,
2626and will be able to understand most Rust code and write more complex programs.
2727
28- ## Advanced
28+ < h2 class = " section-header " >< a href = " advanced.html " > Advanced</ a ></ h2 >
2929
3030In a similar fashion to "Intermediate," this section is full of individual,
3131deep-dive chapters, which stand alone and can be read in any order. These
You can’t perform that action at this time.
0 commit comments