From 29c0176dfc60b4ae9299733b9a927469d688b5c6 Mon Sep 17 00:00:00 2001 From: liuyunbin Date: Sun, 6 Oct 2019 23:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Shift=20=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapters/06-refactor-project.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/06-refactor-project.md b/chapters/06-refactor-project.md index 9275809..1b7d09b 100644 --- a/chapters/06-refactor-project.md +++ b/chapters/06-refactor-project.md @@ -183,8 +183,8 @@ public class Main { **作用:重命名** - - 把光标丢到int c中的c,按下shift+f6,输入result_add - - 把光标移到int d中的d,按下shift+f6,输入result_sub + - 把光标丢到int c中的c,按下 Shift+f6,输入result_add + - 把光标移到int d中的d,按下 Shift+f6,输入result_sub 于是就有