summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorsf-exg <sf-exg>2010-02-16 12:17:57 +0000
committersf-exg <sf-exg>2010-02-16 12:17:57 +0000
commitca720a782c7de23c2738672ceb40f9056f7ccc6c (patch)
treeccf4bd27ca2e359db5f05173592fb89e34c2acc5 /ev.pod
parentfae5e7584f8154028f508ac11d07f02fed959837 (diff)
Doc fix.
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.pod b/ev.pod
index 61e3b9f..b02defa 100644
--- a/ev.pod
+++ b/ev.pod
@@ -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.