Skip to content

Commit

Permalink
[DOC release] Fix setEach documentation
Browse files Browse the repository at this point in the history
As suggested in emberjs#14022, `setEach` is a more ergonomic, not more efficient
method.

Fixes emberjs#14022
  • Loading branch information
Serabe authored and webark committed Oct 6, 2016
1 parent 087c526 commit fddf0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-runtime/lib/mixins/enumerable.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const Enumerable = Mixin.create({

/**
Sets the value on the named property for each member. This is more
efficient than using other methods defined on this helper. If the object
ergonomic than using other methods defined on this helper. If the object
implements Ember.Observable, the value will be changed to `set(),` otherwise
it will be set directly. `null` objects are skipped.
Expand Down

0 comments on commit fddf0f5

Please sign in to comment.