Skip to content

Commit

Permalink
Fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Mar 5, 2026
1 parent 3ceaf8a commit 8b666ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/temppackage/Stock.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public String getCompany() {
return this.company;
}

public BigDecimal getPrice() {
public BigDecimal getSalesPrice() {
return this.prices.getLast();
}

Expand Down

0 comments on commit 8b666ea

Please sign in to comment.