Michele Caini пре 5 година
родитељ
комит
d1d73da039
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/md/core.md

+ 1 - 1
docs/md/core.md

@@ -393,7 +393,7 @@ If used in combination with hashed strings, it helps to use human-readable names
 where types would be required otherwise. As an example:
 
 ```cpp
-registry.assign<entt::tag<"enemy"_hs>>(entity);
+registry.emplace<entt::tag<"enemy"_hs>>(entity);
 ```
 
 However, this isn't the only permitted use. Literally any value convertible to