Fix c/p errors in String#{is,to}WellFormed tests

This commit is contained in:
Ms2ger 2025-08-26 16:42:55 +02:00 committed by Ms2ger
parent c185485452
commit 6f74a55277
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/*---
esid: sec-ecmascript-standard-built-in-objects
description: >
String.prototype.includes does not implement [[Construct]], is not new-able
String.prototype.isWellFormed does not implement [[Construct]], is not new-able
info: |
ECMAScript Function Objects

View File

@ -4,7 +4,7 @@
/*---
esid: sec-ecmascript-standard-built-in-objects
description: >
String.prototype.includes does not implement [[Construct]], is not new-able
String.prototype.toWellFormed does not implement [[Construct]], is not new-able
info: |
ECMAScript Function Objects