修正错别字

This commit is contained in:
糖饼
2016-10-09 10:30:20 +08:00
committed by GitHub
parent ddf6220289
commit 70ab40fd3d
+1 -1
View File
@@ -899,7 +899,7 @@ String.raw({ raw: ['t','e','s','t'] }, 0, 1, 2);
前面提到标签模板里面,可以内嵌其他语言。但是,模板字符串默认会将字符串转义,因此导致了无法嵌入其他语言。
举例来说,在标签模板里面可以入Latex语言。
举例来说,在标签模板里面可以入Latex语言。
```javascript
function latex(strings) {