fix documentation

This commit is contained in:
Nathaniel Landau
2021-11-04 23:17:36 -04:00
parent 971dd82810
commit 962827608f

View File

@@ -308,9 +308,9 @@ _joinArray_() {
# OUTS: # OUTS:
# stdout: Prints joined terms # stdout: Prints joined terms
# USAGE: # USAGE:
# _join_ , a "b c" d #a,b c,d # _joinArray_ , a "b c" d #a,b c,d
# _join_ / var local tmp #var/local/tmp # _joinArray_ / var local tmp #var/local/tmp
# _join_ , "${foo[@]}" #a,b,c # _joinArray_ , "${foo[@]}" #a,b,c
# CREDIT: # CREDIT:
# http://stackoverflow.com/questions/1527049/bash-join-elements-of-an-array # http://stackoverflow.com/questions/1527049/bash-join-elements-of-an-array
# https://github.com/labbots/bash-utility # https://github.com/labbots/bash-utility