Rename a function
This commit is contained in:
parent
2bc7d9e76c
commit
d3c1f9c56b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ public record PlacedWord(
|
||||||
boolean vertical,
|
boolean vertical,
|
||||||
Word word
|
Word word
|
||||||
) {
|
) {
|
||||||
public int wordLength() {
|
public int length() {
|
||||||
return word.word().length();
|
return word.word().length();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue