Skip to content

Commit

Permalink
Normalize spelling to US English
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 31, 2023
1 parent ce4d2c8 commit 78a83e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ String getColor() {
return color;
}

void setColor(final String colour) {
this.color = colour;
void setColor(final String color) {
this.color = color;
}

}
Expand Down

0 comments on commit 78a83e6

Please sign in to comment.