Michele Caini 3 anni fa
parent
commit
a1a8e134d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/entt/signal/fwd.hpp

+ 1 - 1
src/entt/signal/fwd.hpp

@@ -27,7 +27,7 @@ class sigh;
 /*! @brief Alias declaration for the most common use case. */
 using dispatcher = basic_dispatcher<>;
 
-/*! @brief Used to wrap a function or a member of a specified type. */
+/*! @brief Disambiguation tag for constructors and the like. */
 template<auto>
 struct connect_arg_t {
     /*! @brief Default constructor. */