Skip to content

Commit

Permalink
Merge pull request #3068 from sberan/fix-record-array-documentation
Browse files Browse the repository at this point in the history
Fix incorrect documentation for RecordArray
  • Loading branch information
igorT committed May 13, 2015
2 parents 7b7fe8f + 52d4d52 commit e0b1a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default Ember.ArrayProxy.extend(Ember.Evented, {
content: null,

/**
The flag to signal a `RecordArray` is currently loading data.
The flag to signal a `RecordArray` is finished loading data.
Example
Expand Down

0 comments on commit e0b1a09

Please sign in to comment.