diff --git a/SC2302.md b/SC2302.md index 7dbb721..b6e16c6 100644 --- a/SC2302.md +++ b/SC2302.md @@ -55,7 +55,7 @@ declare -A fatherOf=( ["Gudrød the Hunter"]="Halfdan the Mild" ) -# shellcheck disable=SC2302,SC23203 +# shellcheck disable=SC2302,SC2303 for i in "${fatherOf[@]}" do echo "${fatherOf[$i]:-(missing)} begat $i"