From 8d89a9020f75af6b6ca60c0600b30a17991f3cfa Mon Sep 17 00:00:00 2001 From: Aren Patel Date: Wed, 13 Sep 2017 12:56:47 -0700 Subject: [PATCH] Fix comment. --- examples/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{