summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsdlyu <sdlyu@ifalo.com.tw>2014-09-26 15:13:10 +0800
committersdlyu <sdlyu@ifalo.com.tw>2014-09-26 15:13:10 +0800
commit6de34992770654cdb2c7f8d61bd27131c3cb88db (patch)
tree504d958fbe313bf43fe3fc1b1bbdcde10a78ad6d
parent83d20b05f317732e208819118a3617cad41a950f (diff)
Fix typo
-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