1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-22 14:23:37 +02:00
This commit is contained in:
sdlyu
2014-09-26 15:13:10 +08:00
parent 83d20b05f3
commit 6de3499277

View File

@@ -22,7 +22,7 @@ LiveScript 目前已释出稳定版本,开发中的新版本将会加入更多
# 与 CoffeeScript 一样LiveScript 使用 # 单行注解。
/*
*多行注解与 C 相同。使用注解可以避免被当成 JavaScript 输出。
多行注解与 C 相同。使用注解可以避免被当成 JavaScript 输出。
*/
```
```coffeescript