Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ch00-00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ concurrency model they enable.
principles you might be familiar with. **Chapter 19** is a reference on
patterns and pattern matching, which are powerful ways of expressing ideas
throughout Rust programs. **Chapter 20** contains a smorgasbord of advanced
topics of interest, including unsafe Rust, macros, and more about lifetimes,
traits, types, functions, and closures.
topics of interest, including unsafe Rust, macros, traits, types, functions,
and closures.

In **Chapter 21**, we鈥檒l complete a project in which we鈥檒l implement a
low-level multithreaded web server!
Expand Down