Fix misspelling in README

This commit is contained in:
John 2014-11-14 11:39:18 +01:00
parent 5195e6e0a9
commit 84547ff118

View File

@ -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 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 ```go
// Convert the fields of a struct to a []*Field // Convert the fields of a struct to a []*Field