From 4d49a48d6cb23304112ce0de47689250ada225be Mon Sep 17 00:00:00 2001 From: Huiz <1057354161@qq.com> Date: Wed, 28 Feb 2018 22:57:32 +0800 Subject: [typescript/zh-cn] fix reference (#3040) --- zh-cn/typescript-cn.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/typescript-cn.html.markdown b/zh-cn/typescript-cn.html.markdown index 2651b1cb..032f89e4 100644 --- a/zh-cn/typescript-cn.html.markdown +++ b/zh-cn/typescript-cn.html.markdown @@ -153,7 +153,7 @@ var pairToTuple = function(p: Pair) { var tuple = pairToTuple({ item1:"hello", item2:"world"}); // 引用定义文件 -// +/// // 模板字符串(使用反引号的字符串) // 嵌入变量的模板字符串 -- cgit v1.2.3