Skip to content

Commit 5466a1f

Browse files
committed
Update README_zhCn.md
1 parent 5a1dd73 commit 5466a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_zhCn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ var text = "This string contains \"double quotes\" which are escaped.";
236236
```
237237

238238
```javascript
239-
let text = `This string contains "double quotes" which are escaped.`;
239+
let text = `This string contains "double quotes" which don't need to be escaped anymore.`;
240240
```
241241

242242
**字符串模板字面量** 还支持直接插入变量,可以实现字符串与变量的直接连接输出。

0 commit comments

Comments
 (0)