mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 09:21:01 +00:00
Merge pull request #94 from cmbrandenburg/master
Fix spelling in README.md
This commit is contained in:
@@ -174,7 +174,7 @@ impl<K, V, I> MapVisitor for MapIteratorVisitor<I>
|
|||||||
```
|
```
|
||||||
|
|
||||||
Serializing structs follow this same pattern. In fact, structs are represented
|
Serializing structs follow this same pattern. In fact, structs are represented
|
||||||
as a named map. It's visitor uses a simple state machine to iterate through all
|
as a named map. Its visitor uses a simple state machine to iterate through all
|
||||||
the fields:
|
the fields:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|||||||
Reference in New Issue
Block a user