浏览代码

Wording tweak.

Herbert Wolverson 4 年之前
父节点
当前提交
debda6a4f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      book/src/chapter_13.md

+ 1 - 1
book/src/chapter_13.md

@@ -257,7 +257,7 @@ A `cargo build` later, and voila - you have an increasing probability of finding
 
 # Wrapping Up
 
-You now have a dungeon that increases in difficulty as you descend! In the next chapter, we'll look at giving your character some progression as well, to balance things out.
+You now have a dungeon that increases in difficulty as you descend! In the next chapter, we'll look at giving your character some progression as well (through equipment), to balance things out.
 
 **The source code for this chapter may be found [here](https://github.com/thebracket/rustrogueliketutorial/tree/master/chapter-13-difficulty)**