Commit 5cbbe8ae authored by Max Kellermann's avatar Max Kellermann

event/TimerEvent: update API documentation

parent 00fafa16
......@@ -46,7 +46,7 @@ class TimerEvent final
const Callback callback;
/**
* When is this timer due? This is only valid if IsActive()
* When is this timer due? This is only valid if IsPending()
* returns true.
*/
Event::Clock::time_point due;
......
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