From aac85b8d6b803318d9cbf6e496aac1cd223b4550 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 17 Sep 2023 08:48:13 +0800 Subject: docs(tutor): clarify the meaning of ✗ and ✓ (#25204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also reformat tutor.tutor.json to use 2-space indent while at it. --- runtime/tutor/tutor.tutor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'runtime/tutor/tutor.tutor') diff --git a/runtime/tutor/tutor.tutor b/runtime/tutor/tutor.tutor index c2d5268e3d..3156b94dbb 100644 --- a/runtime/tutor/tutor.tutor +++ b/runtime/tutor/tutor.tutor @@ -229,11 +229,11 @@ These elements are specified in separate JSON files like this ~~~ json { - "expect": { - "1": "This is how this line should look.", - "2": "This is how this line should look.", - "3": -1 - } + "expect": { + "1": "This is how this line should look.", + "2": "This is how this line should look.", + "3": -1 + } } ~~~ -- cgit