Skip to content

Commit

Permalink
Update spec.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorelyne authored Nov 28, 2023
1 parent 7248e05 commit 72c10df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labs/ec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ The Movie class should also have the following methods:
- Default constructor and other constructors you believe you need

- ticketsAreAvailable:
- This method takes in the number of tickets the user requested to purchase
- This method should return true if there are enough tickets available for purchase at this movie, and false otherwise.
- This method takes in the number of tickets the user requested to purchase
- This method should return true if there are enough tickets available for purchase at this movie, and false otherwise.

- purchaseTickets:
- This method should take in the number of tickets that will be purchased.
Expand Down

0 comments on commit 72c10df

Please sign in to comment.