diff --git a/challenges/denver_biscuit_co.rb b/challenges/denver_biscuit_co.rb index 00260ed..e8e0b43 100644 --- a/challenges/denver_biscuit_co.rb +++ b/challenges/denver_biscuit_co.rb @@ -5,7 +5,7 @@ # Return the first listed category title ("Sandwiches") # Return the opening hour on Tuesday (day 1) ("0800") # Return the closing hour on Saturday (day 5) ("1500") -# Return the current open status (is_now_open) (true) +# Return the current open status (is_open_now) (true) # Challenge 2: # Get the address, and return it into a readable format. ("3237 E Colfax Ave, Denver, CO 80206" )