From be9222315753acca6c00f9f8f4c3b7794dc53c5d Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Sat, 9 Sep 2023 12:54:11 +0200 Subject: DOCS/lua.rst: fix typo --- DOCS/man/lua.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS/man/lua.rst') diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index 3a367860fd..005ca631f3 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -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 -- cgit v1.2.3