Explorar el Código

Merge pull request #6 from mgedmin/patch-1

Missing dot in a filename in Chapter 18
Herbert "TheBracket hace 5 años
padre
commit
ed18f52384
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.
 
----
+---