We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca9e9 commit c837b59Copy full SHA for c837b59
README.md
@@ -31,6 +31,7 @@ And it's also important to have a consistent way in your whole script.
31
* [Removing with care](#removing-with-care)
32
* [Shell or Python/Ruby/etc](#shell-or-pythonrubyetc)
33
* [Contributions](#contributions)
34
+ * [Variable names for arrays](#variable-names-for-arrays)
35
* [Good lessons](#good-lessons)
36
* [Resources](#resources)
37
* [Author. License](#author-license)
@@ -507,7 +508,7 @@ As there are two types of arrays, you may need to enforce a better name
507
508
declare -A MAP_DEPLOYMENTS
509
```
510
-Well, it's just a reflection of some ;)
511
+Well, it's just a reflection of some idea from other language;)
512
513
## Good lessons
514
0 commit comments