Skip to content

Commit

Permalink
fix: replace es.string.reverse with es.array.reverse (#10284)
Browse files Browse the repository at this point in the history
  • Loading branch information
epicfaace authored and nicolo-ribaudo committed Aug 1, 2019
1 parent ba28f46 commit 6672763
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -215,7 +215,7 @@ export const InstanceProperties: ObjectMap<string[]> = {
repeat: ["es.string.repeat"],
replace: ["es.string.replace", "es.regexp.exec"],
replaceAll: ["esnext.string.replace-all"],
reverse: ["es.string.reverse"],
reverse: ["es.array.reverse"],
search: ["es.string.search", "es.regexp.exec"],
slice: ["es.array.slice"],
small: ["es.string.small"],
Expand Down

0 comments on commit 6672763

Please sign in to comment.