DOCS/lua: fix typo

This commit is contained in:
Ameer Taweel 2023-03-21 16:46:11 +03:00 committed by avih
parent a45995f6b8
commit 892ca9f5d9
1 changed files with 1 additions and 1 deletions

View File

@ -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.