mirror of https://github.com/tc39/test262.git
Fix language in test file (#2700)
This commit is contained in:
parent
80c0c0801d
commit
b9e4010b20
|
@ -3,7 +3,7 @@
|
||||||
/*---
|
/*---
|
||||||
esid: sec-json.stringify
|
esid: sec-json.stringify
|
||||||
description: >
|
description: >
|
||||||
Array proxy replacer serves as whitelist of object keys.
|
Array proxy replacer serves as a filter of object keys.
|
||||||
info: |
|
info: |
|
||||||
JSON.stringify ( value [ , replacer [ , space ] ] )
|
JSON.stringify ( value [ , replacer [ , space ] ] )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue