Skip to content

Commit 93947ab

Browse files
authored
Merge pull request wangdoc#10 from xqin/patch-1
统一双引号介绍中关于特殊字符的展示效果(与单引号中保持一致)
2 parents b8bc870 + ea4b360 commit 93947ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ it's
109109
110110
## 双引号
111111
112-
双引号比单引号宽松,可以保留大部分特殊字符的本来含义,但是三个字符除外:美元符号`$`、反引号和反斜杠`\`)。也就是说,这三个字符在双引号之中,会被 Bash 自动扩展。
112+
双引号比单引号宽松,可以保留大部分特殊字符的本来含义,但是三个字符除外:美元符号`$`)、反引号(`` ` ``)和反斜杠`\`)。也就是说,这三个字符在双引号之中,会被 Bash 自动扩展。
113113
114114
```bash
115115
$ echo "*"

0 commit comments

Comments
 (0)