Skip to content

Commit 4914cbd

Browse files
authored
Merge pull request emberjs#4980 from bantic/bantic/docs-meta
[DOC release] Docs for has-many, belongs-to ref meta
2 parents 337524f + 1fe6bf3 commit 4914cbd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

addon/-private/system/references/belongs-to.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ BelongsToReference.prototype.link = function() {
189189
```
190190
191191
@method meta
192-
@return {Object} The meta information for the belongs-oo relationship.
192+
@return {Object} The meta information for the belongs-to relationship.
193193
*/
194194
BelongsToReference.prototype.meta = function() {
195195
return this.belongsToRelationship.meta;

addon/-private/system/references/has-many.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ HasManyReference.prototype.ids = function() {
158158
};
159159

160160
/**
161-
The link Ember Data will use to fetch or reload this has-many
162-
relationship.
161+
The meta data for the has-many relationship.
163162
164163
Example
165164

0 commit comments

Comments
 (0)