Skip to content

Commit bcd6d95

Browse files
authored
Merge pull request sadanandpai#5 from keithmchd48/collections-Q4-spelling-error
Corrected the spelling by separating the two words "to" & "prepend" i…
2 parents 5c5884a + 73d3565 commit bcd6d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ To remove the elements from the end of the array `pop` operation can be used but
142142
<br />
143143

144144
#### Q4
145-
### Write a program toprepend a single or multiple values in to an array
145+
### Write a program to prepend a single or multiple values in to an array
146146

147147
- Values to the array can be prepended using `unshift` method of array
148148

0 commit comments

Comments
 (0)