Răsfoiți Sursa

doc: fixed typo (close #742)

Michele Caini 4 ani în urmă
părinte
comite
3df6b05c00
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      docs/md/entity.md

+ 1 - 1
docs/md/entity.md

@@ -661,7 +661,7 @@ Also in this case, the following expression always returns false:
 registry.valid(entt::tombstone);
 registry.valid(entt::tombstone);
 ```
 ```
 
 
-Moreover, users cannot set set the tombstone version when releasing an entity:
+Moreover, users cannot set the tombstone version when releasing an entity:
 
 
 ```
 ```
 registry.destroy(entity, entt::tombstone);
 registry.destroy(entity, entt::tombstone);