Browse Source

doc: cleanup

skypjack 5 months ago
parent
commit
356024ed6e
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/entt/meta/meta.hpp

+ 2 - 4
src/entt/meta/meta.hpp

@@ -1284,10 +1284,8 @@ public:
     }
 
     /**
-     * @brief Checks whether a type refers to a recognized class template
-     * specialization or not.
-     * @return True if the type is a recognized class template specialization,
-     * false otherwise.
+     * @brief Checks whether a type refers to a template specialization or not.
+     * @return True if the type is a template specialization, false otherwise.
      */
     [[nodiscard]] bool is_template_specialization() const noexcept {
         return (fetch_node().templ.arity != 0u);