Skip to content

Commit

Permalink
Fix Chapter reference. Fixes #231
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jan 1, 2025
1 parent cc5ea2f commit b0122bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch02-00-guessing-game-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ fits that arm’s pattern. Rust takes the value given to `match` and looks
through each arm’s pattern in turn. Patterns and the `match` construct are
powerful Rust features: they let you express a variety of situations your code
might encounter and they make sure you handle them all. These features will be
covered in detail in Chapter 6 and Chapter 18, respectively.
covered in detail in Chapter 6 and Chapter 19, respectively.

Let’s walk through an example with the `match` expression we use here. Say that
the user has guessed 50 and the randomly generated secret number this time is
Expand Down

0 comments on commit b0122bc

Please sign in to comment.