📝 Retoques menores en documentación
This commit is contained in:
parent
bfaf2e569f
commit
6203a02b89
4 changed files with 16 additions and 18 deletions
|
|
@ -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(),
|
||||
/// });
|
||||
/// # }
|
||||
/// ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue