📝 Doc tweaks
This commit is contained in:
parent
5daa84283d
commit
37f873131b
2 changed files with 5 additions and 6 deletions
|
|
@ -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).
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue