Przeglądaj źródła

doc: fixed typo

Michele Caini 3 lat temu
rodzic
commit
b54a52fbfe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/entt/entity/view.hpp

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

@@ -315,7 +315,7 @@ public:
 
     /**
      * @brief Returns the storage for a given component type.
-     * @tparam Comp Type of component of which to return the storage.
+     * @tparam Type Type of component of which to return the storage.
      * @return The storage for the given component type.
      */
     template<typename Type>