📝 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
|
# 🎨 Icono
|
||||||
|
|
||||||
El monstruo sonriente de Frankenstein es una divertida creación de
|
"La criatura" sonriente es una divertida creación de [Webalys](https://www.iconfinder.com/webalys).
|
||||||
[Webalys](https://www.iconfinder.com/webalys). Puede encontrarse en su colección
|
Puede encontrarse en su colección [Nasty Icons](https://www.iconfinder.com/iconsets/nasty)
|
||||||
[Nasty Icons](https://www.iconfinder.com/iconsets/nasty) disponible en
|
disponible en [ICONFINDER](https://www.iconfinder.com).
|
||||||
[ICONFINDER](https://www.iconfinder.com).
|
|
||||||
|
|
@ -44,10 +44,10 @@
|
||||||
//! ```rust
|
//! ```rust
|
||||||
//! use pagetop::prelude::*;
|
//! use pagetop::prelude::*;
|
||||||
//!
|
//!
|
||||||
//! impl_handle!(APP_HELLO_WORLD for HelloWorld);
|
|
||||||
//!
|
|
||||||
//! struct HelloWorld;
|
//! struct HelloWorld;
|
||||||
//!
|
//!
|
||||||
|
//! impl_handle!(APP_HELLO_WORLD for HelloWorld);
|
||||||
|
//!
|
||||||
//! impl ModuleTrait for HelloWorld {
|
//! impl ModuleTrait for HelloWorld {
|
||||||
//! fn handle(&self) -> Handle {
|
//! fn handle(&self) -> Handle {
|
||||||
//! APP_HELLO_WORLD
|
//! APP_HELLO_WORLD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue