hotpocket.sh: fix doc typo

This commit is contained in:
Jon 2022-02-22 22:02:57 +00:00
parent c99fa804d4
commit 165679a637

View File

@ -144,7 +144,7 @@ fetchRoomPolicies () {
}
arrayIndexList () {
# eachInArray: array
# arrayIndexList: array
local length
length="$(jq 'length' -r <<< "$1")"
if [ -n "$length" ]; then