Browse Source

doc: cleanup

Michele Caini 3 years ago
parent
commit
be16418289
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/entt/core/type_traits.hpp

+ 0 - 1
src/entt/core/type_traits.hpp

@@ -55,7 +55,6 @@ using type_identity_t = typename type_identity<Type>::type;
 /**
  * @brief A type-only `sizeof` wrapper that returns 0 where `sizeof` complains.
  * @tparam Type The type of which to return the size.
- * @tparam The size of the type if `sizeof` accepts it, 0 otherwise.
  */
 template<typename Type, typename = void>
 struct size_of: std::integral_constant<std::size_t, 0u> {};