From 7ae6aa412946f3e18db6307aa5ea7aaf94dda57c Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Wed, 18 Mar 2026 20:57:44 +0100 Subject: [PATCH] Update conf.folder --- conf.folder.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.folder.md b/conf.folder.md index 185a85a..9459018 100644 --- a/conf.folder.md +++ b/conf.folder.md @@ -1,4 +1,4 @@ -# config.folder() +# conf.folder() Retorna la carpeta en què resideix el fitxer de configuració. ### Torna @@ -6,8 +6,8 @@ Una cadena amb la ruta de la carpeta. ### Exemple ``` -local dir = config.folder() +local dir = conf.folder() ``` ### Vore també -* [config.key](config.key) \ No newline at end of file +* [conf.key](conf.key) \ No newline at end of file