From a498b686621b69dba4cb8434efff8a632c6e97ab Mon Sep 17 00:00:00 2001 From: Charith Jayodya Date: Wed, 28 May 2025 14:37:58 +0530 Subject: [PATCH] changed detail examples to detailed examples --- readMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index f87bbe3..9f07c09 100644 --- a/readMe.md +++ b/readMe.md @@ -614,7 +614,7 @@ Let us declare variables with different data types. To declare a variable, we ne let nameOfVariable = value ``` -The nameOfVariable 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 detailed examples. **Examples of declared variables**