From 5106497f7bccb429610a66982487bd84b9ea3235 Mon Sep 17 00:00:00 2001 From: liuyunbin Date: Sun, 6 Oct 2019 23:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20F6=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 1b7d09b..8af329b 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 于是就有