💡 Mejora los comentarios para normalizar

This commit is contained in:
Manuel Cillero 2025-07-27 13:55:28 +02:00
parent bd6e0d1a10
commit 336788f619
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,
/// //
/// // ...
/// ]);
/// ```
///