Fix typos

This commit is contained in:
Sam Woodard 2018-10-05 12:50:13 -07:00 committed by GitHub
parent 5307399ec1
commit 43592a3ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ to-many from being serialized.
**All `Marshal` and `Unmarshal` methods expect pointers to struct
instance or slices of the same contained with the `interface{}`s**
Now you have your structs prepared to be seralized or materialized, What
Now you have your structs prepared to be serialized or materialized, What
about the rest?
### Create Record Example