Skip to content

Commit f0fa12d

Browse files
authored
chore: over was missing here
1 parent b154793 commit f0fa12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Addition and deletion operations are O(n) operations in Arrays. Removing an elem
8282

8383
## Application
8484

85-
Arrays are used wherever sequential data or more than one piece of data is needed. The fast read and write access to a given element makes arrays suitable for implementing other data structures such as [strings](../strings), [stacks](../stack), [queues](../queue), and [hash tables](../hashtable).
85+
Arrays are used wherever sequential data or more than one piece of data is needed. The fast read and write access to a given element makes arrays suitable for implementing over other data structures such as [strings](../strings), [stacks](../stack), [queues](../queue), and [hash tables](../hashtable).
8686

8787
## Rehearsal
8888

0 commit comments

Comments
 (0)