Update "use" to "uses" ln186
This commit is contained in:
parent
ebac770abb
commit
e1971dd35a
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ fn main() {
|
|||
|
||||
## Using `ToJson`
|
||||
|
||||
This example use the ToJson impl to deserialize the JSON string.
|
||||
This example uses the ToJson impl to deserialize the JSON string.
|
||||
Example of `ToJson` trait implementation for TestStruct1.
|
||||
|
||||
```rust
|
||||
|
|
Loading…
Reference in a new issue