Merge pull request #22 from PragmaticCypher/master

Fix misspelling in README
This commit is contained in:
Fatih Arslan 2014-11-18 12:34:34 +02:00
commit cff54a6885

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
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