This commit is contained in:
Sam Woodard 2015-07-13 14:51:52 -07:00
parent b8389265b6
commit 4c0eb15944
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func MarshalManyPayload(w io.Writer, models []interface{}) error {
// all relationships will be serailized inline in the data.
//
// However, in tests, you may want to construct payloads to post to create methods
// that are embedded to most closely resember the payloads that will be produced by
// that are embedded to most closely resemble the payloads that will be produced by
// the client. This is what this method is intended for.
//
// model interface{} should be a pointer to a struct.