Skip to content

Commit 5a1dd73

Browse files
committed
Update README.md
1 parent e712b33 commit 5a1dd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

256256
```javascript
257-
let text = `This string contains "double quotes" which are escaped.`;
257+
let text = `This string contains "double quotes" which don't need to be escaped anymore.`;
258258
```
259259

260260
**Template Literals** also support interpolation, which makes the task of

0 commit comments

Comments
 (0)