From b643a401d99b5b3a0f16d6ff38667b58043760cc Mon Sep 17 00:00:00 2001 From: William MARTIN Date: Wed, 3 Jun 2026 22:33:26 +0200 Subject: [PATCH] Fix function name from 'feeding-time-p' to 'feeding-time' As it's not a predicate, do not return T or NIL we should ditch the `-p` suffix. --- exercises/concept/pal-picker/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.