Merge pull request #782 from AxonDragonScale/patch-1

"In practice we meet it very often." is wrong.
This commit is contained in:
Ilya Kantor 2019-02-06 18:21:29 +03:00 committed by GitHub
commit cc065a864d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,7 @@ A [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) is one of mo
Arrays support both operations.
In practice we meet it very often. For example, a queue of messages that need to be shown on-screen.
In practice we need it very often. For example, a queue of messages that need to be shown on-screen.
There's another use case for arrays -- the data structure named [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)).