Browse Source

doc: fixed typo

Michele Caini 3 years ago
parent
commit
62c764f681
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/core/memory.hpp

+ 1 - 1
src/entt/core/memory.hpp

@@ -106,7 +106,7 @@ constexpr void propagate_on_container_swap([[maybe_unused]] Allocator &lhs, [[ma
 
 
 /**
 /**
  * @brief Deleter for allocator-aware unique pointers (waiting for C++20).
  * @brief Deleter for allocator-aware unique pointers (waiting for C++20).
- * @tparam Args Types of arguments to use to construct the object.
+ * @tparam Allocator Type of allocator used to manage memory and elements.
  */
  */
 template<typename Allocator>
 template<typename Allocator>
 struct allocation_deleter: private Allocator {
 struct allocation_deleter: private Allocator {