summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/typescript-cn.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/typescript-cn.html.markdown')
-rw-r--r--zh-cn/typescript-cn.html.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/zh-cn/typescript-cn.html.markdown b/zh-cn/typescript-cn.html.markdown
index 5d6153da..4af7f783 100644
--- a/zh-cn/typescript-cn.html.markdown
+++ b/zh-cn/typescript-cn.html.markdown
@@ -168,7 +168,6 @@ let greeting = `Hi ${name}, how are you?`;
// 有多行内容的模板字符串
let multiline = `This is an example
of a multiline string`;
-
```
## 参考资料