Skip to content

Commit 48940d9

Browse files
victorhckchrisbra
authored andcommitted
runtime(tutor): Improve style for chapter 2
closes: #18786 Signed-off-by: Victorhck <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 58fafb6 commit 48940d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/tutor/tutor2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ REFERENCE: Expression Register :h quote=
115115

116116
1. Move the cursor to the line below marked --->
117117

118-
2. yank the zeroth line, then inspect registers with :reg<ENTER>
118+
2. Yank the zeroth line, then inspect registers with :reg<ENTER>
119119

120-
3. delete line 0. with "cdd, then inspect registers
120+
3. Delete line 0. with "cdd, then inspect registers
121121
(Where do you expect line 0 to be?)
122122

123-
4. continue deleting each successive line, inspecting :reg as you go
123+
4. Continue deleting each successive line, inspecting :reg as you go
124124

125125
NOTE: You should notice that old full-line deletions move down the list
126126
as new full-line deletions are added

0 commit comments

Comments
 (0)