📝 Retoques de documentación en html y componentes

This commit is contained in:
Manuel Cillero 2026-07-09 00:08:04 +02:00
parent 25713a8a13
commit 9e8cd77140
3 changed files with 13 additions and 13 deletions

View file

@ -175,7 +175,7 @@ impl<C: Component> Embed<C> {
///
/// # Ejemplo
///
/// ```rust,no_run
/// ```rust
/// # use pagetop::prelude::*;
/// let embed = Embed::with(Html::with(|_| html! { "Prueba" }));
/// if let Some(component) = embed.get() {