aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor/tutor.tutor
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-09-17 08:48:13 +0800
committerGitHub <noreply@github.com>2023-09-17 08:48:13 +0800
commitaac85b8d6b803318d9cbf6e496aac1cd223b4550 (patch)
tree9fede4e6245fa03a9665ce317adbf4a97f196bb9 /runtime/tutor/tutor.tutor
parent4ab9c5fa46845807a2dc6dd91fc5fb78ccc70856 (diff)
downloadrneovim-aac85b8d6b803318d9cbf6e496aac1cd223b4550.tar.gz
rneovim-aac85b8d6b803318d9cbf6e496aac1cd223b4550.tar.bz2
rneovim-aac85b8d6b803318d9cbf6e496aac1cd223b4550.zip
docs(tutor): clarify the meaning of ✗ and ✓ (#25204)
Also reformat tutor.tutor.json to use 2-space indent while at it.
Diffstat (limited to 'runtime/tutor/tutor.tutor')
-rw-r--r--runtime/tutor/tutor.tutor10
1 files changed, 5 insertions, 5 deletions
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
+ }
}
~~~