Skip to content

Commit 3f49e1b

Browse files
committed
fix(_comp_dequote): fix redundant quoting in documentation
1 parent 1cd1d67 commit 3f49e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ _comp_dequote__initialize
188188
# @param $1 String to be expanded. A safe word consists of the following
189189
# sequence of substrings:
190190
#
191-
# - Shell non-special characaters: [^\'\''"$`;&|<>()!].
191+
# - Shell non-special characaters: [^\'"$`;&|<>()!].
192192
# - Parameter expansions of the forms $PARAM, ${!PARAM},
193193
# ${#PARAM}, ${NAME[INDEX]}, ${!NAME[INDEX]}, ${#NAME[INDEX]}
194194
# where INDEX is an integer, `*` or `@`, NAME is a valid

0 commit comments

Comments
 (0)