Skip to content

Commit

Permalink
Edit javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
beatricecst committed Oct 26, 2023
1 parent f35899c commit feaa674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/StallDetailsCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class StallDetailsCard extends UiPart<Region> {
private Label menuItem;

/**
* Creates a {@code PersonCode} with the given {@code Stall} and index to display.
* Creates a {@code StallDetailsCard} with the given {@code Stall} and index to display.
*/
public StallDetailsCard(Stall stall, int displayedIndex) {
super(FXML);
Expand Down

0 comments on commit feaa674

Please sign in to comment.