Skip to content

Commit 4ab4223

Browse files
authored
Merge pull request #236 from johannkm/patch-1
Fix typo: 'pop to end' in Arrays:Stacks
2 parents 62c4fb9 + 34c0a5a commit 4ab4223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/04-array/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ There's another use case for arrays -- the data structure named [stack](https://
113113
It supports two operations:
114114

115115
- `push` adds an element to the end.
116-
- `pop` takes an element to the end.
116+
- `pop` takes an element from the end.
117117

118118
So new elements are added or taken always from the "end".
119119

0 commit comments

Comments
 (0)