From ece03086e1c9ffc37fe92757472ed7c0e50f8960 Mon Sep 17 00:00:00 2001 From: Prajwal Borkar Date: Sat, 14 May 2022 21:07:04 +0530 Subject: [PATCH] Fixed Typo #332 --- Polish/readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polish/readMe.md b/Polish/readMe.md index b032cf2..1e225f6 100644 --- a/Polish/readMe.md +++ b/Polish/readMe.md @@ -594,7 +594,7 @@ Let us declare variables with different data types. To declare a variable, we ne let nameOfVariable = value; ``` -The nameOfVriable is the name that stores different data of value. See below for detail examples. +The nameOfVariable is the name that stores different data of value. See below for detail examples. **Examples of declared variables**