Switch to gender neutral terms

This commit is contained in:
inclusive-coding-bot
2022-03-30 18:57:45 -04:00
parent 2c31eddf34
commit 4057c0e360
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ public class Person {
}
public String getGender() {
return gender == 0 ? "man" : "woman";
return gender == 0 ? "person" : "person";
}
public void work() {