From 7d9bf5b7ca8ca28cd50bfee34d116cd8dacf9de0 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 16 Feb 2010 12:17:57 +0000 Subject: [PATCH] Doc fix. --- ev.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, C returns -C<5>. When the timer is started and one second passes, C +C<5>. When the timer is started and one second passes, C 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.