summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authorAmeer Taweel <ameertaweel2002@gmail.com>2023-03-21 16:46:11 +0300
committeravih <avih@users.noreply.github.com>2023-03-21 15:49:42 +0200
commit892ca9f5d9ca520cc1413bdbfd28eb0e0eee1f1f (patch)
treeec72649824f0ddca4ab59a30843914f17d1c2f1f /DOCS/man/lua.rst
parenta45995f6b83fc93c448080dc2e83b850c0682242 (diff)
downloadmpv-892ca9f5d9ca520cc1413bdbfd28eb0e0eee1f1f.tar.bz2
mpv-892ca9f5d9ca520cc1413bdbfd28eb0e0eee1f1f.tar.xz
DOCS/lua: fix typo
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 ae9c14f55f..3a367860fd 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -70,7 +70,7 @@ consists of multiple source files, or requires other files (you can use
``mp.get_script_directory()`` to get the location and e.g. load data files).
Making a script a git repository, basically a repository which contains a
-``main.lua``` file in the root directory, makes scripts easily updateable
+``main.lua`` file in the root directory, makes scripts easily updateable
(without the dangers of auto-updates). Another suggestion is to use git
submodules to share common files or libraries.