diff --git a/src/dev/rust/serde.md b/src/dev/rust/serde.md index ce895db..7df41f6 100644 --- a/src/dev/rust/serde.md +++ b/src/dev/rust/serde.md @@ -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