Browse Source

Merge pull request #6 from mgedmin/patch-1

Missing dot in a filename in Chapter 18
Herbert "TheBracket 4 years ago
parent
commit
ed18f52384
1 changed files with 2 additions and 2 deletions
  1. 2 2
      book/src/chapter_18.md

+ 2 - 2
book/src/chapter_18.md

@@ -102,7 +102,7 @@ In `main.rs`, we'll turn it into a *resource*:
 gs.ecs.insert(particle_system::ParticleBuilder::new());
 ```
 
-Now, we'll return to `particle_systemrs` and build an actual system to spawn particles. The system looks like this:
+Now, we'll return to `particle_system.rs` and build an actual system to spawn particles. The system looks like this:
 
 ```rust
 pub struct ParticleSpawnSystem {}
@@ -330,4 +330,4 @@ That's it for visual effects for now. We've given the game a much more visceral
 
 Copyright (C) 2019, Herbert Wolverson.
 
----
+---