Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/concept/pal-picker/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ One thing all earthling pets have in common is their need for food! This concept
is somewhat alien to Ludwig, however, as they are prone to forgetting to refill their
pet's food-bowl.

Ludwig could use a simple function called `feeding-time-p` to alert them when the
Ludwig could use a simple function called `feeding-time` to alert them when the
bowl needs refilling. The function would take a percent fullness (an integer)
and return a message in the form of a string.

Expand Down