diff --git a/README.md b/README.md index 03e4a099..b79648b2 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ impl MapVisitor for MapIteratorVisitor ``` 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: ```rust