Skip to content

Commit

Permalink
Update computed_macros.js
Browse files Browse the repository at this point in the history
This sounds more natural
  • Loading branch information
kalmanh committed Aug 20, 2014
1 parent 789262e commit 0ab4c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/computed_macros.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ registerComputedWithProperties('any', function(properties) {
@for Ember
@param {String} dependentKey*
@return {Ember.ComputedProperty} computed property which maps
values of all passed properties in to an array.
values of all passed in properties to an array.
*/
registerComputedWithProperties('collect', function(properties) {
var res = [];
Expand Down

0 comments on commit 0ab4c75

Please sign in to comment.