Michele Caini před 4 roky
rodič
revize
ab24a50de7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);
 ```