Explorar el Código

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

Herbert Wolverson hace 5 años
padre
commit
132e34cca9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>();`