From 950d58a7ca52d128c6d84dd130c1016e4c45ee67 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Sun, 23 Sep 2018 22:54:19 -0400 Subject: [PATCH] Improve test description grammar --- test/built-ins/JSON/stringify/15.12.3-11-2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/JSON/stringify/15.12.3-11-2.js b/test/built-ins/JSON/stringify/15.12.3-11-2.js index adc1c36c88..721a2fb8ec 100644 --- a/test/built-ins/JSON/stringify/15.12.3-11-2.js +++ b/test/built-ins/JSON/stringify/15.12.3-11-2.js @@ -4,7 +4,7 @@ /*--- es5id: 15.12.3-11-2 description: > - A JSON.stringify replacer function works is applied to a top level + A JSON.stringify replacer function is applied to a top level undefined value. ---*/