Skip to content

Commit

Permalink
fix: wrong method name
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Oct 3, 2023
1 parent 1efb6ff commit 3345f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public AuthorBuilder name(String name) {
}


public AuthorBuilder phomes(List<String> phones) {
public AuthorBuilder phones(List<String> phones) {
this.phones = phones;
return this;
}
Expand Down

0 comments on commit 3345f92

Please sign in to comment.