Skip to content

Commit

Permalink
Update array.js
Browse files Browse the repository at this point in the history
  • Loading branch information
locks authored Oct 26, 2019
1 parent b6c247d commit b9abf1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@ember/-internals/runtime/lib/mixins/array.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,9 @@ const ArrayMixin = Mixin.create(Enumerable, {
},

/**
Alias for `mapBy`, returns the value of the named
Alias for `mapBy`.
Returns the value of the named
property on all items in the enumeration.
```javascript
Expand Down

0 comments on commit b9abf1a

Please sign in to comment.