From 9be698a3b476111ad129ca24da86639a2bfdc503 Mon Sep 17 00:00:00 2001 From: Inclusive Coding Bot <102100353+inclusive-coding-bot@users.noreply.github.com> Date: Wed, 30 Mar 2022 18:58:50 -0400 Subject: [PATCH] =?UTF-8?q?Update=20=E9=9D=A2=E5=90=91=E5=AF=B9=E8=B1=A1?= =?UTF-8?q?=E6=80=9D=E6=83=B3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/面向对象思想.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/面向对象思想.md b/notes/面向对象思想.md index c276bbff..d5ba57d9 100644 --- a/notes/面向对象思想.md +++ b/notes/面向对象思想.md @@ -49,7 +49,7 @@ public class Person { } public String getGender() { - return gender == 0 ? "person" : "person"; + return gender == 0 ? "man" : "woman"; } public void work() {