Skip to content

Commit

Permalink
Fix runtime requirements doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Sep 30, 2023
1 parent 9f8bada commit 197edcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Optimizing runtime performance of the application.
Inferno v9 requires following features to be present in the executing runtime:

- `Promise`
- `Array.prototype.includes()`
- `String.prototype.includes()`
- `Array.prototype.includes()`
- `Object.spread()`

Expand Down
2 changes: 1 addition & 1 deletion documentation/v9-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ observer(
Inferno v9 requires following features to be present in the executing runtime:

- `Promise`
- `Array.prototype.includes()`
- `String.prototype.includes()`
- `Array.prototype.includes()`
- `Object.spread()`

Expand Down
2 changes: 1 addition & 1 deletion packages/inferno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The performance is achieved through multiple optimizations, for example:
Inferno v9 requires following features to be present in the executing runtime:

- `Promise`
- `Array.prototype.includes()`
- `String.prototype.includes()`
- `Array.prototype.includes()`
- `Object.spread()`

Expand Down

0 comments on commit 197edcf

Please sign in to comment.