Herbert Wolverson vor 4 Jahren
Ursprung
Commit
debda6a4f9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)**