From ad3baa67d6bc85ddf53b64d854b6b37b6a10135b Mon Sep 17 00:00:00 2001 From: Rok Fajfar Date: Sun, 15 Oct 2023 22:15:41 +0200 Subject: [PATCH] Update Pizza type instructions --- exercises/concept/pizza-pricing/.docs/instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/concept/pizza-pricing/.docs/instructions.md b/exercises/concept/pizza-pricing/.docs/instructions.md index f653719f8..17dc5de40 100644 --- a/exercises/concept/pizza-pricing/.docs/instructions.md +++ b/exercises/concept/pizza-pricing/.docs/instructions.md @@ -30,6 +30,8 @@ Define the `Pizza` custom type to represent the different types of pizzas and op - `ExtraSauce` - `ExtraToppings` +`ExtraSauce` and `ExtraToppings` should wrap the `Pizza` type. + ## 2. Calculate the price of pizza Implement the `pizza_price` function to calculate a pizza's price: