Fix typo -- thanks White_Rabbit!

This commit is contained in:
Case Duckworth 2022-06-08 17:08:51 -05:00
parent 036200cac3
commit 5538af7955
1 changed files with 1 additions and 1 deletions

2
bollux
View File

@ -1617,7 +1617,7 @@ blastoff() { # blastoff [-u] URL
# Implementation detail: because Bash is really stupid when it comes to
# arrays, the URL functions u* (see below) work with an array defined
# with `local -a' and passed by name, not by value. Thus, the
# `urltransform url ...' instead of `urltransform "${url[@]}"' or
# `utransform url ...' instead of `urltransform "${url[@]}"' or
# similar. In addition, the `ucdef' and `ucset' functions take the name
# of the array element as parameters, not the element itself.
local -a url