📝 Doc tweaks

This commit is contained in:
Manuel Cillero 2023-11-18 08:24:58 +01:00
parent 5daa84283d
commit 37f873131b
2 changed files with 5 additions and 6 deletions

View file

@ -40,7 +40,6 @@ mostrar en el terminal un rótulo de presentación con el nombre de la aplicaci
# 🎨 Icono
El monstruo sonriente de Frankenstein es una divertida creación de
[Webalys](https://www.iconfinder.com/webalys). Puede encontrarse en su colección
[Nasty Icons](https://www.iconfinder.com/iconsets/nasty) disponible en
[ICONFINDER](https://www.iconfinder.com).
"La criatura" sonriente es una divertida creación de [Webalys](https://www.iconfinder.com/webalys).
Puede encontrarse en su colección [Nasty Icons](https://www.iconfinder.com/iconsets/nasty)
disponible en [ICONFINDER](https://www.iconfinder.com).

View file

@ -44,10 +44,10 @@
//! ```rust
//! use pagetop::prelude::*;
//!
//! impl_handle!(APP_HELLO_WORLD for HelloWorld);
//!
//! struct HelloWorld;
//!
//! impl_handle!(APP_HELLO_WORLD for HelloWorld);
//!
//! impl ModuleTrait for HelloWorld {
//! fn handle(&self) -> Handle {
//! APP_HELLO_WORLD