Michele Caini пре 6 година
родитељ
комит
c4da7a87f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/entt/entity/registry.hpp

+ 1 - 1
src/entt/entity/registry.hpp

@@ -326,7 +326,7 @@ public:
      * Identifiers aren't guaranteed to be stable between different runs.
      * Identifiers aren't guaranteed to be stable between different runs.
      *
      *
      * @tparam Component Type of component to query.
      * @tparam Component Type of component to query.
-     * @return Runtime the opaque identifier of the given type of component.
+     * @return The opaque identifier of the given type of component.
      */
      */
     template<typename Component>
     template<typename Component>
     static component type() ENTT_NOEXCEPT {
     static component type() ENTT_NOEXCEPT {