Herbert Wolverson преди 5 години
родител
ревизия
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)**