Skip to content

Commit 6fd6884

Browse files
authored
Merge pull request #33 from ksaj/patch-4
Grammar
2 parents fe0885e + 7287c67 commit 6fd6884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Arrays
22

3-
An array is a collection of items stored at contiguous memory locations. It's an aggregate data structure that is designed to store a group of objects of the same types. It's the most efficient data structure for storing and accessing a sequence of objects.
3+
An array is a collection of items stored in contiguous memory locations. It's an aggregate data structure that is designed to store a group of objects of the same type. It's the most efficient data structure for storing and accessing a sequence of objects.
44

55
## How to declare an array
66

0 commit comments

Comments
 (0)