💡 Mejora los comentarios para normalizar

This commit is contained in:
Manuel Cillero 2025-07-27 13:55:28 +02:00
parent e89a5331d3
commit f23c8d5c4c
10 changed files with 25 additions and 23 deletions

View file

@ -169,7 +169,7 @@ pub static CONFIG_VALUES: LazyLock<ConfigBuilder<DefaultState>> = LazyLock::new(
/// ```rust,ignore
/// include_config!(SETTINGS: Settings => [
/// "ruta.clave" => valor,
/// //
/// // ...
/// ]);
/// ```
///