fix(curriculum): typo in workshop plant nursery catalog step 30 (#60427)

This commit is contained in:
Clarence Bakosi 2025-05-19 17:06:23 +01:00 committed by GitHub
parent f7f5e74a7e
commit cb26aec33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.