💡 Mejora legibilidad de comentarios
This commit is contained in:
parent
f5290b477f
commit
f5fb4b7a1d
21 changed files with 74 additions and 68 deletions
|
@ -49,7 +49,7 @@ impl Component for Html {
|
|||
}
|
||||
|
||||
impl Html {
|
||||
// Html BUILDER ********************************************************************************
|
||||
// **< Html BUILDER >***************************************************************************
|
||||
|
||||
/// Crea una instancia que generará el `Markup`, con acceso opcional al contexto.
|
||||
///
|
||||
|
@ -77,7 +77,7 @@ impl Html {
|
|||
self
|
||||
}
|
||||
|
||||
// Html GETTERS ********************************************************************************
|
||||
// **< Html GETTERS >***************************************************************************
|
||||
|
||||
/// Aplica la función interna de renderizado con el [`Context`] proporcionado.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue