diff --git a/Arrays/Arrays.ipynb b/Arrays/Arrays.ipynb index 955a607..e6e8803 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 Lo hold the clements of the arTny. 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 arrayy. The array elements can be accessed in constant time by using the index of the parliculnr element as the subscript." ] }, {