Fix comment.

This commit is contained in:
Aren Patel 2017-09-13 12:56:47 -07:00
parent 2ce5c379b0
commit 8d89a9020f
No known key found for this signature in database
GPG Key ID: 90489CDA50BCDE34
1 changed files with 1 additions and 1 deletions

View File

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