Skip to content

Commit

Permalink
Change another kangax broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
bstashchuk committed Mar 10, 2024
1 parent 891cff2 commit 352c3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3451,7 +3451,7 @@ Other Style Guides
this.firstName = 'Panda';

// good, in environments where WeakMaps are available
// see https://kangax.github.io/compat-table/es6/#test-WeakMap
// see https://compat-table.github.io/compat-table/es6/ -> Built-ins -> WeakMap
const firstNames = new WeakMap();
firstNames.set(this, 'Panda');
```
Expand Down

0 comments on commit 352c3db

Please sign in to comment.