DOCS/lua.rst: fix typo

This commit is contained in:
Guido Cella 2023-09-09 12:54:11 +02:00 committed by Leo Izen
parent fe875083b3
commit be92223157
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ that uses the ``.foo`` file extension.
mpv also appends the top level directory of the script to the start of Lua's
package path so you can import scripts from there too. Be aware that this will
shadow Lua libraries that use the same package path. (Single file scripts do not
include mpv specific directory the Lua package path. This was silently changed
in mpv 0.32.0.)
include mpv specific directories in the Lua package path. This was silently
changed in mpv 0.32.0.)
Using a script directory is the recommended way to package a script that
consists of multiple source files, or requires other files (you can use