浏览代码

Missing dot in a filename in Chapter 18

Marius Gedminas 5 年之前
父节点
当前提交
ee8a0d6821
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.
 
----
+---