Fix: typo (kudos Ana)

This commit is contained in:
Wilfried OLLIVIER 2019-07-06 22:46:59 +02:00
parent 87eca7c756
commit 2cd5933cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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.
**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