Skip to content

Commit 8d89a90

Browse files
committedSep 13, 2017
Fix comment.
1 parent 2ce5c37 commit 8d89a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/models.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func (blog Blog) JSONAPIMeta() *jsonapi.Meta {
6363
}
6464
}
6565

66-
// JSONAPIRelationshipLinks implements the RelationshipMetable interface for a blog
66+
// JSONAPIRelationshipMeta implements the RelationshipMetable interface for a blog
6767
func (blog Blog) JSONAPIRelationshipMeta(relation string) *jsonapi.Meta {
6868
if relation == "posts" {
6969
return &jsonapi.Meta{

0 commit comments

Comments
 (0)
Please sign in to comment.