docs(tutor): clarify the meaning of ✗ and ✓ (#25204)

Also reformat tutor.tutor.json to use 2-space indent while at it.
This commit is contained in:
zeertzjq
2023-09-17 08:48:13 +08:00
committed by GitHub
parent 4ab9c5fa46
commit aac85b8d6b
4 changed files with 48 additions and 49 deletions

View File

@@ -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
}
}
~~~