Skip to content

Commit 69b0ac7

Browse files
committed
fix __lookupGetter__ entries
1 parent 465b3c3 commit 69b0ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22
##### Unreleased
3-
- Nothing
3+
- Fixed `__lookupGetter__` entries
44

55
##### 3.22.1 - 2022.04.20
66
- Improved some cases of `RegExp` flags handling
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require('../../modules/es.object.lookup-setter');
1+
require('../../modules/es.object.lookup-getter');
22
var entryUnbind = require('../../internals/entry-unbind');
33

44
module.exports = entryUnbind('Object', '__lookupGetter__');

0 commit comments

Comments
 (0)