From 262a78eb2b6c802e5c9f5508818cab5a7ffe3dc8 Mon Sep 17 00:00:00 2001 From: "Kumarage K. I. B it18100280" Date: Wed, 8 Jul 2020 07:56:43 +0530 Subject: [PATCH] Fixed issue 32 --- Arrays/Arrays.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arrays/Arrays.ipynb b/Arrays/Arrays.ipynb index cbc2cc1..3c33a1c 100644 --- a/Arrays/Arrays.ipynb +++ b/Arrays/Arrays.ipynb @@ -26,7 +26,7 @@ "metadata": {}, "source": [ "* Array is a data structure used to store homogeneous elements at contiguous locations.\n", - "* One memory block is allocated for the entire array to hold the elements of the array. The array elements can be accessed in constant time by using the index of the parliculnr element as the subscript." + "* One memory block is allocated for the entire array to hold the elements of the array. The array elements can be accessed in constant time by using the index of the particular element as the subscript." ] }, { @@ -348,4 +348,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file