mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 11:19:45 +08:00
Spelling fix
@@ -18,7 +18,7 @@ This may happen as part of the expression `[index]= value`, where the space is n
|
||||
|
||||
If you wanted the element to have a value, remove the spaces after `=`, e.g. `[index]=value`.
|
||||
|
||||
If you wanted to assign an empty string, explicitly use emtpy quotes: `[index]=""`. This makes no difference to the shell, but will make your intention clear to shellcheck and other humans.
|
||||
If you wanted to assign an empty string, explicitly use empty quotes: `[index]=""`. This makes no difference to the shell, but will make your intention clear to shellcheck and other humans.
|
||||
|
||||
### Exceptions:
|
||||
|
||||
|
Reference in New Issue
Block a user