Fix: typo (kudos Ana)
This commit is contained in:
parent
87eca7c756
commit
2cd5933cfb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ For example, this can be used to deserialize toml into a dedicated struct.
|
||||||
|
|
||||||
Here is how serde after version 1.0 (included) should be used with serialize/deserialize mechanisms.
|
Here is how serde after version 1.0 (included) should be used with serialize/deserialize mechanisms.
|
||||||
|
|
||||||
**Be careful, there is breaaking changes before version 1.0 and you can find confusing docs.**
|
**Be careful, there is breaking changes before version 1.0 and you can find confusing docs.**
|
||||||
|
|
||||||
### `main.rs` file
|
### `main.rs` file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue