From 165679a63722e372aa90628eaa2c6d4c6d166215 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 22 Feb 2022 22:02:57 +0000 Subject: [PATCH] hotpocket.sh: fix doc typo --- hotpocket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotpocket.sh b/hotpocket.sh index 5a1826d..5fc81e2 100755 --- a/hotpocket.sh +++ b/hotpocket.sh @@ -144,7 +144,7 @@ fetchRoomPolicies () { } arrayIndexList () { - # eachInArray: array + # arrayIndexList: array local length length="$(jq 'length' -r <<< "$1")" if [ -n "$length" ]; then