aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/lua.rst')
-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 d5c9b31808..db4957addc 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -519,7 +519,7 @@ Example implementation::
optionC = true,
}
read_options(options, "myscript")
- print(option.optionA)
+ print(options.optionA)
The config file will be stored in ``lua-settings/identifier.conf`` in mpv's user