🚧 Retoques menores en la documentación

This commit is contained in:
Manuel Cillero 2025-12-03 22:56:04 +01:00
parent 10a8a1136c
commit efd4975a50
4 changed files with 12 additions and 8 deletions

View file

@ -18,7 +18,7 @@ use crate::{builder_fn, AutoDefault};
/// Some("¡Hola mundo!".to_string())
/// );
///
/// // Japonés no disponible, traduce al idioma de respaldo ("en-US").
/// // Japonés no disponible, traduce al idioma de respaldo (`"en-US"`).
/// assert_eq!(
/// hello.lookup(&LangMatch::resolve("ja-JP")),
/// Some("Hello world!".to_string())