From c680b94995998c38b629d9077ed48fbdfb17b87b Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 3 Aug 2025 08:32:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Retoca=20documentaci=C3=B3n=20ge?= =?UTF-8?q?nerada=20para=20los=20ajustes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 5dc05a1..08067fe 100644 --- a/src/config.rs +++ b/src/config.rs @@ -240,7 +240,7 @@ pub static CONFIG_VALUES: LazyLock> = LazyLock::new( macro_rules! include_config { ( $SETTINGS_NAME:ident : $Settings_Type:ty => [ $( $k:literal => $v:expr ),* $(,)? ] ) => { #[doc = concat!( - "Referencia a los ajustes de configuración deserializados de [`", + "Referencia y valores por defecto de los ajustes de configuración para [`", stringify!($Settings_Type), "`]." )]