forked from Mirrors/jsonapi
Fix typos
This commit is contained in:
parent
5307399ec1
commit
43592a3ebe
|
@ -181,7 +181,7 @@ to-many from being serialized.
|
||||||
**All `Marshal` and `Unmarshal` methods expect pointers to struct
|
**All `Marshal` and `Unmarshal` methods expect pointers to struct
|
||||||
instance or slices of the same contained with the `interface{}`s**
|
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?
|
about the rest?
|
||||||
|
|
||||||
### Create Record Example
|
### Create Record Example
|
||||||
|
|
Loading…
Reference in New Issue