Skip to content

Commit

Permalink
Update budget.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dfenjves committed Sep 29, 2017
1 parent 387150f commit be3ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def simple_budget_checker(total)



# 4. Write a method called ultimate_budget_checker that chesk to make sure the total is less than 100 dollars.
# 4. Write a method called ultimate_budget_checker that checks to make sure the total is less than 100 dollars.
# If the total is under that amount, let the user know how many dollars they have left to spend.
# If the total is over that amount, let the user know how many items they need to put back.

Expand Down

0 comments on commit be3ef46

Please sign in to comment.