Преглед на файлове

Merge branch 'master' of https://github.com/thebracket/rustrogueliketutorial

Herbert Wolverson преди 5 години
родител
ревизия
132e34cca9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      book/src/chapter_7.md

+ 1 - 1
book/src/chapter_7.md

@@ -149,7 +149,7 @@ Now we'll make a new component, `BlocksTile`. You should know the drill by now;
 ```rust
 #[derive(Component, Debug)]
 pub struct BlocksTile {}
-```rust
+```
 
 Then register it in `main.rs`: `gs.ecs.register::<BlocksTile>();`