Skip to content

Commit

Permalink
Change Team Size to Team Capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxutan committed Apr 7, 2024
1 parent a58cf92 commit 333092f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public CommandResult execute(Model model) throws CommandException {
studentsString = studentsString.substring(0, studentsString.length() - 2);
}

return new CommandResult("Team Name: " + teamToView.getTeamName() + ", Team Size: "
return new CommandResult("Team Name: " + teamToView.getTeamName() + ", Team Capacity: "
+ teamToView.getTeamSize() + ", Students: " + studentsString);
}

Expand Down

0 comments on commit 333092f

Please sign in to comment.