Skip to content

Commit 60f5255

Browse files
committed
docs(styleguide): remove extra backtick
1 parent acc800f commit 60f5255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/styleguide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ arr=("${arr[@]/#/"$prefix"}")
218218

219219
However, this has another problem in bash < 4.3 or when `shopt -s
220220
compat42` is turned on. The inner double quotations are treated
221-
literally so that the `PREFIX` instead of ``"PREFIX"` is prefixed to
221+
literally so that the `PREFIX` instead of `"PREFIX"` is prefixed to
222222
elements. To avoid this situation, the outer double quotations might
223223
be removed, but this has even another problem of the pathname
224224
expansions and `IFS`.

0 commit comments

Comments
 (0)