Explorar o código

dispatcher: just a comment for the future me

Michele Caini %!s(int64=3) %!d(string=hai) anos
pai
achega
5dfac37dac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/entt/signal/dispatcher.hpp

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

@@ -118,7 +118,7 @@ class basic_dispatcher {
     using handler_type = internal::dispatcher_handler<Type, Allocator>;
 
     using key_type = id_type;
-    // std::shared_ptr because of its type erased allocator which is pretty useful here
+    // std::shared_ptr because of its type erased allocator which is useful here
     using mapped_type = std::shared_ptr<internal::basic_dispatcher_handler>;
 
     using alloc_traits = std::allocator_traits<Allocator>;