diff options
author | sf-exg <sf-exg> | 2010-02-16 12:17:57 +0000 |
---|---|---|
committer | sf-exg <sf-exg> | 2010-02-16 12:17:57 +0000 |
commit | ca720a782c7de23c2738672ceb40f9056f7ccc6c (patch) | |
tree | ccf4bd27ca2e359db5f05173592fb89e34c2acc5 | |
parent | fae5e7584f8154028f508ac11d07f02fed959837 (diff) |
Doc fix.
-rw-r--r-- | ev.pod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1869,7 +1869,7 @@ then this time is relative to the current event loop time, otherwise it's the timeout value currently configured. That is, after an C<ev_timer_set (w, 5, 7)>, C<ev_timer_remaining> returns -C<5>. When the timer is started and one second passes, C<ev_timer_remain> +C<5>. When the timer is started and one second passes, C<ev_timer_remaining> will return C<4>. When the timer expires and is restarted, it will return roughly C<7> (likely slightly less as callback invocation takes some time, too), and so on. |