📝 Revisión de la documentación en español

This commit is contained in:
Manuel Cillero 2024-12-06 22:24:09 +01:00
parent d69b63e3d4
commit 4b9ed163ba
23 changed files with 109 additions and 97 deletions

View file

@ -20,7 +20,7 @@
//!
//! assert_eq!(config::SETTINGS.database.db_host, "localhost");
//! ```
//! See [`pagetop::include_config`] to learn how **PageTop** read configuration files and use
//! See [`pagetop::include_config`] to learn how `PageTop` read configuration files and use
//! settings.
use pagetop::prelude::*;