Commit c607aee9 authored by Dominik Charousset's avatar Dominik Charousset

Fix typo, relates #649

parent f979b834
...@@ -548,7 +548,7 @@ public: ...@@ -548,7 +548,7 @@ public:
CAF_HAS_MEMBER_TRAIT(size); CAF_HAS_MEMBER_TRAIT(size);
CAF_HAS_MEMBER_TRAIT(data); CAF_HAS_MEMBER_TRAIT(data);
/// Checks whether T is convertible to either `std::function<void (T&)>` /// Checks whether F is convertible to either `std::function<void (T&)>`
/// or `std::function<void (const T&)>`. /// or `std::function<void (const T&)>`.
template <class F, class T> template <class F, class T>
struct is_handler_for { struct is_handler_for {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment