From 36d1b0a4bcac1a30ae2d5e9ecbb8984e622ab008 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 1 Dec 2019 23:42:40 +0100 Subject: [PATCH] emitter: updated inline doc --- src/entt/signal/emitter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/signal/emitter.hpp b/src/entt/signal/emitter.hpp index 295b60985..ffa3b4fdd 100644 --- a/src/entt/signal/emitter.hpp +++ b/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.
* Moreover, whenever an event is published, an emitter provides the listeners * with a reference to itself along with a const reference to the event.