summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2008-09-08 17:24:39 +0000
committerroot <root>2008-09-08 17:24:39 +0000
commitdafe1af050d0634b467b94369ffc99b239a59fe6 (patch)
treeedda0d43ae06f2036b51d91ea5939866bbd4c67e /ev.pod
parent78c9d94f390b9cbee7de2f26f0585d790058e8c4 (diff)
*** empty log message ***
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 5fb11d4..1c6c94a 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1231,7 +1231,7 @@ timeout on the current time, use something like this to adjust for this:
ev_timer_set (&timer, after + ev_now () - ev_time (), 0.);
-If the event loop is suspended for a long time, one can also force an
+If the event loop is suspended for a long time, you can also force an
update of the time returned by C<ev_now ()> by calling C<ev_now_update
()>.