diff --git a/src/entt/entity/registry.hpp b/src/entt/entity/registry.hpp index 2fdf33d04..b18f640ec 100644 --- a/src/entt/entity/registry.hpp +++ b/src/entt/entity/registry.hpp @@ -326,7 +326,7 @@ public: * Identifiers aren't guaranteed to be stable between different runs. * * @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 static component type() ENTT_NOEXCEPT {