Skip to content

Commit 29c0176

Browse files
committed
修复 Shift 拼写错误
1 parent 3c1f880 commit 29c0176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/06-refactor-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ public class Main {
183183
184184
**作用:重命名**
185185
186-
- 把光标丢到int c中的c,按下shift+f6,输入result_add
187-
- 把光标移到int d中的d,按下shift+f6,输入result_sub
186+
- 把光标丢到int c中的c,按下 Shift+f6,输入result_add
187+
- 把光标移到int d中的d,按下 Shift+f6,输入result_sub
188188
189189
于是就有
190190

0 commit comments

Comments
 (0)