diff options
author | Case Duckworth | 2022-06-08 17:09:00 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-08 17:09:00 -0500 |
commit | eb8f74b391e2ee8edf6cfeb3008afa5acccf938a (patch) | |
tree | 1f0c832e6232a3e7579bf077e006574b2721ecf4 | |
parent | Fix typo -- thanks White_Rabbit! (diff) | |
download | bollux-eb8f74b391e2ee8edf6cfeb3008afa5acccf938a.tar.gz bollux-eb8f74b391e2ee8edf6cfeb3008afa5acccf938a.zip |
Clarify comment
-rwxr-xr-x | bollux | 2 |
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. |
457 | ujoin() { # ujoin URL_ARRAY<name> | 457 | ujoin() { # 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 |