Skip to content

Commit 46c88b4

Browse files
"In practice we meet it very often." is wrong.
Changed to "In practice we need it very often." or "In practice we use it very often" would also work.
1 parent 3a6d70b commit 46c88b4

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)