Skip to content

Commit

Permalink
Merge pull request emberjs#4980 from bantic/bantic/docs-meta
Browse files Browse the repository at this point in the history
[DOC release] Docs for has-many, belongs-to ref meta
  • Loading branch information
pangratz authored May 11, 2017
2 parents 337524f + 1fe6bf3 commit 4914cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/-private/system/references/belongs-to.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ BelongsToReference.prototype.link = function() {
```
@method meta
@return {Object} The meta information for the belongs-oo relationship.
@return {Object} The meta information for the belongs-to relationship.
*/
BelongsToReference.prototype.meta = function() {
return this.belongsToRelationship.meta;
Expand Down
3 changes: 1 addition & 2 deletions addon/-private/system/references/has-many.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ HasManyReference.prototype.ids = function() {
};

/**
The link Ember Data will use to fetch or reload this has-many
relationship.
The meta data for the has-many relationship.
Example
Expand Down

0 comments on commit 4914cbd

Please sign in to comment.