Rename searchValue-replace-method-abrupt.js

This commit is contained in:
Alexey Shvayka 2020-04-06 17:40:16 +03:00 committed by Rick Waldron
parent 18bb955771
commit c1a7ffa2ef
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/*---
esid: sec-string.prototype.replaceall
description: >
Return abrupt completion from GetMethod(searchValeu @@replace)
Return abrupt completion from GetMethod(searchValue.@@replace)
info: |
String.prototype.replaceAll ( searchValue, replaceValue )