Przeglądaj źródła

doc: fixed typo

Michele Caini 4 lat temu
rodzic
commit
ab24a50de7
1 zmienionych plików z 1 dodań i 1 usunięć
  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);
 ```