Fix grammar in JSON.stringify tests

This commit is contained in:
Richard Gibson 2018-09-29 16:43:37 -04:00 committed by Rick Waldron
parent d961fcc905
commit 58e308753c
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ info: |
This default applies to JSON.stringify, and it must exist as a function This default applies to JSON.stringify, and it must exist as a function
taking 3 parameters. taking 3 parameters.
es5id: 15.12.3-0-1 es5id: 15.12.3-0-1
description: JSON.stringify must exist as be a function description: JSON.stringify must exist as a function
---*/ ---*/
var f = JSON.stringify; var f = JSON.stringify;

View File

@ -14,7 +14,7 @@ info: |
This default applies to JSON.stringify, and it must exist as a function This default applies to JSON.stringify, and it must exist as a function
taking 3 parameters. taking 3 parameters.
es5id: 15.12.3-0-2 es5id: 15.12.3-0-2
description: JSON.stringify must exist as be a function taking 3 parameters description: JSON.stringify must exist as a function taking 3 parameters
---*/ ---*/
var f = JSON.stringify; var f = JSON.stringify;

View File

@ -3,7 +3,7 @@
/*--- /*---
es5id: 15.12.3_4-1-1 es5id: 15.12.3_4-1-1
description: JSON.stringify a circular object throws a error description: JSON.stringify of a circular object throws a TypeError
---*/ ---*/
var obj = {}; var obj = {};

View File

@ -3,7 +3,7 @@
/*--- /*---
es5id: 15.12.3_4-1-2 es5id: 15.12.3_4-1-2
description: JSON.stringify a indirectly circular object throws a error description: JSON.stringify of an indirectly circular object throws a TypeError
---*/ ---*/
var obj = { var obj = {