Skip to content

Commit

Permalink
[DOC] Fix markup for FEATURES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tricknotes authored and mixonic committed Oct 22, 2016
1 parent 9a91857 commit e19190c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ for a detailed explanation.

* `ember-runtime-enumerable-includes`

Deprecates `Enumerable#contains` and `Array#contains` in favor of `Enumerable#includes` and `Array#includes`
to stay in line with ES standards (see [RFC](https://github.com/emberjs/rfcs/blob/master/text/0136-contains-to-includes.md)).
Deprecates `Enumerable#contains` and `Array#contains` in favor of `Enumerable#includes` and `Array#includes`
to stay in line with ES standards (see [RFC](https://github.com/emberjs/rfcs/blob/master/text/0136-contains-to-includes.md)).

* `ember-string-ishtmlsafe`

Expand All @@ -52,5 +52,5 @@ to stay in line with ES standards (see [RFC](https://github.com/emberjs/rfcs/blo

* `ember-testing-check-waiters`

Expose a simple mechanism for test tooling to determine if all foreign async has been
handled before continuing the test. Replaces the intimate API `Ember.Test.waiters` (with a deprecation).
Expose a simple mechanism for test tooling to determine if all foreign async has been
handled before continuing the test. Replaces the intimate API `Ember.Test.waiters` (with a deprecation).

0 comments on commit e19190c

Please sign in to comment.