Skip to content

Commit

Permalink
Refine the title for ch02
Browse files Browse the repository at this point in the history
Signed-off-by: Sefank <[email protected]>
  • Loading branch information
Sefank committed Jul 3, 2022
1 parent 860f99a commit 2da49df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- [Hello, World!](ch01-02-hello-world.md)
- [Hello, Cargo!](ch01-03-hello-cargo.md)

- [猜猜看游戏教程](ch02-00-guessing-game-tutorial.md)
- [写个猜数字游戏](ch02-00-guessing-game-tutorial.md)

- [常见编程概念](ch03-00-common-programming-concepts.md)
- [变量与可变性](ch03-01-variables-and-mutability.md)
Expand Down
2 changes: 1 addition & 1 deletion src/ch02-00-guessing-game-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 编写 猜猜看 游戏
# 写个猜数字游戏

> [ch02-00-guessing-game-tutorial.md](https://github.com/rust-lang/book/blob/main/src/ch02-00-guessing-game-tutorial.md) > <br>
> commit d68d96576b705fcff7aa6341a9840f4de3c0ca0c
Expand Down

0 comments on commit 2da49df

Please sign in to comment.