Skip to content

Commit

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

Fixes #14022

(cherry picked from commit 8514612)
  • Loading branch information
Serabe authored and Robert Jackson committed Aug 15, 2016
1 parent d3dd7cd commit 66541cb
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 66541cb

Please sign in to comment.