Browse Source

doc: fixed typo

Michele Caini 5 years ago
parent
commit
ab24a50de7
1 changed files with 1 additions and 1 deletions
  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);
 ```