From 84547ff118e8e71076736f734c67392880523d73 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 14 Nov 2014 11:39:18 +0100 Subject: [PATCH] Fix misspelling in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8078f8..22391f3 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ httpServer := s.Field("Server").Fields() ``` We can also get a slice of Fields from the Struct type to iterate over all -fields. This is handy if you whish to examine all fields: +fields. This is handy if you wish to examine all fields: ```go // Convert the fields of a struct to a []*Field