From 90ca44d5f669832fe6c246f6393b3288a57020b5 Mon Sep 17 00:00:00 2001
From: esadakman <98649983+esadakman@users.noreply.github.com>
Date: Wed, 8 Jun 2022 10:55:09 +0300
Subject: [PATCH] typo fixed

---
 10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md b/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md
index 25dafe9..2390949 100644
--- a/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md
+++ b/10_Day_Sets_and_Maps/10_day_Sets_and_Maps.md
@@ -390,7 +390,7 @@ const b = [3, 4, 5, 7]
 const countries = ['Finland', 'Sweden', 'Norway']
 ```
 
-1. create an empty set
+1. Create an empty set
 2. Create a set containing 0 to 10 using loop
 3. Remove an element from a set
 4. Clear a set