📝 Retoques menores en documentación

This commit is contained in:
Manuel Cillero 2026-01-06 01:23:26 +01:00
parent bfaf2e569f
commit 6203a02b89
4 changed files with 16 additions and 18 deletions

View file

@ -85,7 +85,7 @@ pub fn html(input: TokenStream) -> TokenStream {
/// b: 0,
/// c: Some(0),
/// d: vec![1, 2, 3],
/// e: "four".to_owned(),
/// e: "four".to_string(),
/// });
/// # }
/// ```