From cb26aec33a327f78e9a0901001f9fa3adaca6217 Mon Sep 17 00:00:00 2001 From: Clarence Bakosi Date: Mon, 19 May 2025 17:06:23 +0100 Subject: [PATCH] fix(curriculum): typo in workshop plant nursery catalog step 30 (#60427) --- .../workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md b/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md index 22eb31e16de..4da2b5a87bf 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-plant-nursery-catalog/6738a5c704680355e29e077c.md @@ -7,7 +7,7 @@ dashedName: step-30 # --description-- -As you already learned, the `delete` method is used to remove an entry from a map. Sets have a `delete` method the you can use to remove an element from them as well. +As you already learned, the `delete` method is used to remove an entry from a map. Sets have a `delete` method that you can use to remove an element from them as well Sometimes you may need to remove all elements from a map or a set. The `clear` method does exactly that job.