Преглед изворни кода

emitter: updated inline doc

Michele Caini пре 6 година
родитељ
комит
36d1b0a4bc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/entt/signal/emitter.hpp

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

@@ -28,7 +28,7 @@ namespace entt {
  * }
  * @endcode
  *
- * Handlers for the type of events are created internally on the fly. It's not
+ * Pools for the type of events are created internally on the fly. It's not
  * required to specify in advance the full list of accepted types.<br/>
  * Moreover, whenever an event is published, an emitter provides the listeners
  * with a reference to itself along with a const reference to the event.