summaryrefslogtreecommitdiffhomepage
path: root/zh-cn/livescript-cn.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'zh-cn/livescript-cn.html.markdown')
-rw-r--r--zh-cn/livescript-cn.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/zh-cn/livescript-cn.html.markdown b/zh-cn/livescript-cn.html.markdown
index f6643447..c04805c9 100644
--- a/zh-cn/livescript-cn.html.markdown
+++ b/zh-cn/livescript-cn.html.markdown
@@ -22,7 +22,7 @@ LiveScript 目前已释出稳定版本,开发中的新版本将会加入更多
# 与 CoffeeScript 一样,LiveScript 使用 # 单行注解。
/*
-*多行注解与 C 相同。使用注解可以避免被当成 JavaScript 输出。
+ 多行注解与 C 相同。使用注解可以避免被当成 JavaScript 输出。
*/
```
```coffeescript