From 164cfeba56af9806f7b164842d50a4ea1627979a Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 27 Apr 2014 22:03:50 -0700 Subject: man: grammar tweak of mp.add_timeout() --- DOCS/man/en/lua.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst index 2a3132110c..89f914201b 100644 --- a/DOCS/man/en/lua.rst +++ b/DOCS/man/en/lua.rst @@ -268,9 +268,9 @@ The ``mp`` module is preloaded, although it can be loaded manually with ``mp.add_timeout(seconds, fn)`` Call the given function fn when the given number of seconds has elapsed. - Note that the number of seconds can be fractional. As of now, the timer - precision may be as worse as 50 ms, though. (This will be improved in the - future.) + Note that the number of seconds can be fractional. For now, the timer's + resolution may be as low as 50 ms, although this will be improved in the + future. This is a one-shot timer: it will be removed when it's fired. -- cgit v1.2.3