From 20c5a6a2c997aaaa7b3b86e04c74d0073e56c5cf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 13 Apr 2022 17:08:20 -0500 Subject: Change commentary style --- bash/functions.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') diff --git a/bash/functions.bash b/bash/functions.bash index 058e0f9..de6c37a 100644 --- a/bash/functions.bash +++ b/bash/functions.bash @@ -1,6 +1,6 @@ memq() { # memq ITEM ARRAY - # Test whether an ITEM is a member of ARRAY. - # Pass ARRAY as ${ARRAY[@]}. + ## Test whether an ITEM is a member of ARRAY. + ## Pass ARRAY as ${ARRAY[@]}. local e needle="$1"; shift for e; do [[ "$e" == "$needle" ]] && { -- cgit 1.4.1-21-gabe81