🚧 Retoques menores en la documentación
This commit is contained in:
parent
10a8a1136c
commit
efd4975a50
4 changed files with 12 additions and 8 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue