📝 Retoques menores en documentación

This commit is contained in:
Manuel Cillero 2026-01-06 01:18:45 +01:00
parent bfaf2e569f
commit 8a29596b18
2 changed files with 6 additions and 6 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(),
/// });
/// # }
/// ```