📝 Retoques menores en documentación
This commit is contained in:
parent
bfaf2e569f
commit
8a29596b18
2 changed files with 6 additions and 6 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