summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-06-23 00:31:11 +0200
committerwm4 <wm4@nowhere>2019-09-19 20:37:05 +0200
commitba31c15c72e080735ef8451fe9a4728f0bceb1d7 (patch)
treee681c450e7d2b55aab9538a5f3f0163cb31ea39f
parentf5d6edd4a271f4dd9c4dcbba69d67ec12ed3a87b (diff)
downloadmpv-ba31c15c72e080735ef8451fe9a4728f0bceb1d7.tar.bz2
mpv-ba31c15c72e080735ef8451fe9a4728f0bceb1d7.tar.xz
manpage: fix minor typo
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 10da40016c..8dfc79198e 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -404,7 +404,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
(``true``). This value is used when the timer expires (but before
the timer callback function fn is run).
- Note that these are method, and you have to call them using ``:`` instead
+ Note that these are methods, and you have to call them using ``:`` instead
of ``.`` (Refer to http://www.lua.org/manual/5.2/manual.html#3.4.9 .)
Example: