💡 Mejora legibilidad de comentarios

This commit is contained in:
Manuel Cillero 2025-09-28 08:51:21 +02:00
parent 776629fb7d
commit 906c0989b2
21 changed files with 74 additions and 68 deletions

View file

@ -39,7 +39,7 @@ impl AttrL10n {
AttrL10n(value)
}
// AttrL10n BUILDER ****************************************************************************
// **< AttrL10n BUILDER >***********************************************************************
/// Establece una traducción nueva.
#[builder_fn]
@ -48,7 +48,7 @@ impl AttrL10n {
self
}
// AttrL10n GETTERS ****************************************************************************
// **< AttrL10n GETTERS >***********************************************************************
/// Devuelve la traducción para `language`, si existe.
pub fn lookup(&self, language: &impl LangId) -> Option<String> {