Browse Source

doc: minor changes

Michele Caini 4 years ago
parent
commit
fc813cb59b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/meta/meta.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -744,7 +744,7 @@ struct meta_data {
 
     /**
      * @brief Returns the number of setters available.
-     * @return The number of arguments accepted by the member function.
+     * @return The number of setters available.
      */
     [[nodiscard]] size_type arity() const ENTT_NOEXCEPT {
         return node->arity;