Fix language in test file (#2700)

This commit is contained in:
Leo Balter 2020-07-13 15:01:38 -07:00 committed by GitHub
parent 80c0c0801d
commit b9e4010b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ] ] )