Frans Nylund пре 3 година
родитељ
комит
b0bef9daba
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pages/common/declare.md

+ 1 - 1
pages/common/declare.md

@@ -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: