Skip to content

Commit

Permalink
add a link
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 22, 2020
1 parent 104a4d4 commit 058beaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1779,7 +1779,7 @@ core-js(-pure)/stage/3

##### [Relative indexing method](https://github.com/tc39/proposal-relative-indexing-method)[⬆](#index)
Modules [`esnext.array.at`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.array.at.js) and [`esnext.typed-array.at`](https://github.com/zloirock/core-js/blob/v3.7.0/packages/core-js/modules/esnext.typed-array.at.js)
> **Warning! Because of the conflict with another proposal, this method is not available on `String.prototype` in this version.**
> **Warning! Because of the conflict with [another proposal](#stringat), this method is not available on `String.prototype` in this version.**

```js
class Array {
Expand Down

0 comments on commit 058beaf

Please sign in to comment.