We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce5c37 commit 8d89a90Copy full SHA for 8d89a90
examples/models.go
@@ -63,7 +63,7 @@ func (blog Blog) JSONAPIMeta() *jsonapi.Meta {
63
}
64
65
66
-// JSONAPIRelationshipLinks implements the RelationshipMetable interface for a blog
+// JSONAPIRelationshipMeta implements the RelationshipMetable interface for a blog
67
func (blog Blog) JSONAPIRelationshipMeta(relation string) *jsonapi.Meta {
68
if relation == "posts" {
69
return &jsonapi.Meta{
0 commit comments