Skip to content

Commit

Permalink
Correct chapter numbers in introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
danmou authored Dec 2, 2024
1 parent 5d395b7 commit 0dfa24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch00-00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ the topic in a later chapter.
You’ll find two kinds of chapters in this book: concept chapters and project
chapters. In concept chapters, you’ll learn about an aspect of Rust. In project
chapters, we’ll build small programs together, applying what you’ve learned so
far. Chapters 2, 12, and 20 are project chapters; the rest are concept chapters.
far. Chapters 2, 12, and 21 are project chapters; the rest are concept chapters.

Chapter 1 explains how to install Rust, how to write a “Hello, world!” program,
and how to use Cargo, Rust’s package manager and build tool. Chapter 2 is a
Expand Down

0 comments on commit 0dfa24c

Please sign in to comment.