Parcourir la source

doc: fixed typo (close #742)

Michele Caini il y a 4 ans
Parent
commit
3df6b05c00
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);
 ```
 
-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);