From 892ca9f5d9ca520cc1413bdbfd28eb0e0eee1f1f Mon Sep 17 00:00:00 2001 From: Ameer Taweel Date: Tue, 21 Mar 2023 16:46:11 +0300 Subject: [PATCH] DOCS/lua: fix typo --- DOCS/man/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.