Update language to comply with Android’s inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 161896447
Change-Id: I56dd8778516103367dc17ae55bdff4457185de46
This commit is contained in:
Jeff Sharkey
2020-07-30 19:47:33 -06:00
parent 407bf744c1
commit 29bc7dcc26
41 changed files with 54 additions and 54 deletions

View File

@@ -447,9 +447,9 @@ public class SnakeView extends TileView {
}
/**
* Figure out which way the snake is going, see if he's run into anything (the walls, himself,
* or an apple). If he's not going to die, we then add to the front and subtract from the rear
* in order to simulate motion. If we want to grow him, we don't subtract from the rear.
* Figure out which way the snake is going, see if they've run into anything (the walls, themself,
* or an apple). If they're not going to die, we then add to the front and subtract from the rear
* in order to simulate motion. If we want to grow them, we don't subtract from the rear.
*/
private void updateSnake() {
boolean growSnake = false;