diff --git a/exercises/concept/pal-picker/.docs/instructions.md b/exercises/concept/pal-picker/.docs/instructions.md index fa647478..73708a12 100644 --- a/exercises/concept/pal-picker/.docs/instructions.md +++ b/exercises/concept/pal-picker/.docs/instructions.md @@ -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.