about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-08 17:09:00 -0500
committerCase Duckworth2022-06-08 17:09:00 -0500
commiteb8f74b391e2ee8edf6cfeb3008afa5acccf938a (patch)
tree1f0c832e6232a3e7579bf077e006574b2721ecf4
parentFix typo -- thanks White_Rabbit! (diff)
downloadbollux-eb8f74b391e2ee8edf6cfeb3008afa5acccf938a.tar.gz
bollux-eb8f74b391e2ee8edf6cfeb3008afa5acccf938a.zip
Clarify comment
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 60d3824..668930e 100755 --- a/bollux +++ b/bollux
@@ -455,7 +455,7 @@ usplit() { # usplit URL_ARRAY<name> URL
455# Join a URL array, split with `usplit', back into a string, assigning 455# Join a URL array, split with `usplit', back into a string, assigning
456# it to the 0th element of the array. 456# it to the 0th element of the array.
457ujoin() { # ujoin URL_ARRAY<name> 457ujoin() { # ujoin URL_ARRAY<name>
458 # Here's the documentation for the '-n' flag: 458 # Here's the documentation for local's '-n' flag:
459 # 459 #
460 # Give each name the nameref attribute, making it a name reference 460 # Give each name the nameref attribute, making it a name reference
461 # to another variable. That other variable is defined by the value of 461 # to another variable. That other variable is defined by the value of