Ver código fonte

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

Herbert Wolverson 5 anos atrás
pai
commit
132e34cca9
1 arquivos alterados com 1 adições e 1 exclusões
  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>();`