From de61709d4378b83051cce4e50f814dc56025bafb Mon Sep 17 00:00:00 2001 From: Giacomo Cavalieri Date: Wed, 4 Oct 2023 10:12:35 +0200 Subject: [PATCH] fix type error in example of boutique inventory exercise --- exercises/concept/boutique-inventory/.docs/instructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/concept/boutique-inventory/.docs/instructions.md b/exercises/concept/boutique-inventory/.docs/instructions.md index 20cb4c0d3..b1097abe9 100644 --- a/exercises/concept/boutique-inventory/.docs/instructions.md +++ b/exercises/concept/boutique-inventory/.docs/instructions.md @@ -84,7 +84,6 @@ Implement the `total_stock` function which calculates the total amount of items ] |> iterator.from_list |> total_stock -|> iterator.to_list // -> 19 ```