Skip to content
Snippets Groups Projects
Commit 58e30875 authored by Richard Gibson's avatar Richard Gibson Committed by Rick Waldron
Browse files

Fix grammar in JSON.stringify tests

parent d961fcc9
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ info: |
This default applies to JSON.stringify, and it must exist as a function
taking 3 parameters.
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;
......
......@@ -14,7 +14,7 @@ info: |
This default applies to JSON.stringify, and it must exist as a function
taking 3 parameters.
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;
......
......@@ -3,7 +3,7 @@
/*---
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 = {};
......
......@@ -3,7 +3,7 @@
/*---
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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment