Merge pull request #2469 from fibretothepremises/patch-1

fix word
This commit is contained in:
Ilya Kantor 2021-02-02 11:38:22 +03:00 committed by GitHub
commit 19bf2d3f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ We can swap more than two variables this way.
### The rest '...' ### The rest '...'
Usually, if the array is longer when the list at the left, the "extra" items are omitted. Usually, if the array is longer than the list at the left, the "extra" items are omitted.
For example, here only two items are taken, and the rest is just ignored: For example, here only two items are taken, and the rest is just ignored: