Skip to content

Commit

Permalink
Merge pull request emberjs#10131 from kchia/patch-3
Browse files Browse the repository at this point in the history
Update FEATURES.md fixed grammar
  • Loading branch information
fivetanley committed Jan 4, 2015
2 parents 797ca17 + 9cd32dd commit 9233641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ for a detailed explanation.
a function that acts both as getter and setter for the property, `Ember.computed`
receives an object with `get` and `set` keys, each one containing a function.
If the object does not contain a `set` key, the property will simply be overridden.
Passing just function is still supported, and is equivalent to pass only a getter.
Passing just function is still supported, and is equivalent to passing only a getter.

Added in [#9527](https://github.com/emberjs/ember.js/pull/9527).

0 comments on commit 9233641

Please sign in to comment.