Skip to content

Commit 70ab40f

Browse files
authored
修正错别字
1 parent ddf6220 commit 70ab40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ String.raw({ raw: ['t','e','s','t'] }, 0, 1, 2);
899899

900900
前面提到标签模板里面,可以内嵌其他语言。但是,模板字符串默认会将字符串转义,因此导致了无法嵌入其他语言。
901901

902-
举例来说,在标签模板里面可以潜入Latex语言
902+
举例来说,在标签模板里面可以嵌入Latex语言
903903

904904
```javascript
905905
function latex(strings) {

0 commit comments

Comments
 (0)