fixed typo

This commit is contained in:
Michele Caini 2017-10-18 15:47:41 +02:00
parent c99ada340c
commit 9b77cc47e8

View File

@ -253,7 +253,7 @@ public:
* `std::function<void(const E &, T &)`, where `E` is the type of the event
* and `T` is the type of the resource.
*
* @param f Avalid listener to be registered.
* @param f A valid listener to be registered.
* @return Connection object to be used later to disconnect the listener.
*/
template<typename E>