declare: fix -a example (#7659)

This commit is contained in:
Frans Nylund
2022-01-15 22:15:45 +02:00
committed by GitHub
parent 3f172d37ee
commit b0bef9daba

View File

@@ -13,7 +13,7 @@
- Declare an array variable with the specified value:
`declare {{variable}}=({{item_a item_b item_c}})`
`declare -a {{variable}}=({{item_a item_b item_c}})`
- Declare an associative array variable with the specified value: