diff --git a/examples/models.go b/examples/models.go index 7ac5e04..080790e 100644 --- a/examples/models.go +++ b/examples/models.go @@ -63,7 +63,7 @@ func (blog Blog) JSONAPIMeta() *jsonapi.Meta { } } -// JSONAPIRelationshipLinks implements the RelationshipMetable interface for a blog +// JSONAPIRelationshipMeta implements the RelationshipMetable interface for a blog func (blog Blog) JSONAPIRelationshipMeta(relation string) *jsonapi.Meta { if relation == "posts" { return &jsonapi.Meta{