Michele Caini 6 years ago
parent
commit
094326220f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/entt/signal/sigh.hpp

+ 0 - 1
src/entt/signal/sigh.hpp

@@ -22,7 +22,6 @@ namespace entt {
  * compile-time error unless the template parameter is a function type.
  *
  * @tparam Function A valid function type.
- * @tparam Collector Type of collector to use, if any.
  */
 template<typename Function>
 struct sigh;