summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/lua.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/en/lua.rst b/DOCS/man/en/lua.rst
index fca158cad7..80467f8f8c 100644
--- a/DOCS/man/en/lua.rst
+++ b/DOCS/man/en/lua.rst
@@ -437,7 +437,7 @@ Example implementation::
optionB = -0.5,
optionC = true,
}
- read_options(options, "myscript")
+ options.read_options(options, "myscript")
print(option.optionA)