From af835a26995e4958204d8ebd829a41b9119aa758 Mon Sep 17 00:00:00 2001 From: "Craig M. Brandenburg" Date: Mon, 29 Jun 2015 07:18:48 -0700 Subject: [PATCH] Fix spelling in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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