fix mistakes

This commit is contained in:
Digital Studium
2023-05-12 15:00:52 +03:00
parent 636126a50a
commit 1dfe78101c
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ In order to add single or multiple new elements to the end of array, you should
sample_array+=(six seven)
```
In order to get elements on the list in a cycle, you should use this syntax:
In order to get elements of the list in a cycle, you should use this syntax:
```shell
for i in ${sample_array[@]}