Skip to content

Commit cc065a8

Browse files
authored
Merge pull request javascript-tutorial#782 from AxonDragonScale/patch-1
"In practice we meet it very often." is wrong.
2 parents 3a6d70b + 46c88b4 commit cc065a8

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
@@ -104,7 +104,7 @@ A [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) is one of mo
104104

105105
Arrays support both operations.
106106

107-
In practice we meet it very often. For example, a queue of messages that need to be shown on-screen.
107+
In practice we need it very often. For example, a queue of messages that need to be shown on-screen.
108108

109109
There's another use case for arrays -- the data structure named [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)).
110110

0 commit comments

Comments
 (0)