Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed number references in Tutor #586

Merged
merged 1 commit into from
Jan 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/java/com/maddyhome/idea/vim/ui/Tutor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ internal val tutor = """

---> The ccow jumpedd ovverr thhe mooon.

5. Now that the line is correct, go on to lesson 1.4.
5. Now that the line is correct, go on to lesson 1.3.

NOTE: As you go through this tutor, do not try to memorize, learn by usage.

Expand All @@ -95,7 +95,7 @@ internal val tutor = """
---> There is text misng this .
---> There is some text missing from this line.

5. When you are comfortable inserting text move to lesson 1.5.
5. When you are comfortable inserting text move to lesson 1.4.



Expand All @@ -120,7 +120,7 @@ internal val tutor = """
---> There is also some text miss
There is also some text missing here.

5. When you are comfortable appending text move to lesson 1.6.
5. When you are comfortable appending text move to the summary below.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down