Ver código fonte

doc: fixed typo

Michele Caini 4 anos atrás
pai
commit
ab24a50de7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -664,7 +664,7 @@ registry.valid(entt::tombstone);
 
 Moreover, users cannot set the tombstone version when releasing an entity:
 
-```
+```cpp
 registry.destroy(entity, entt::tombstone);
 ```