diff options
author | Adam Bard <github@adambard.com> | 2014-03-14 18:18:23 +0000 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-03-14 18:18:23 +0000 |
commit | ef16c2025e11b26f0589cd3719e55237abbb8a35 (patch) | |
tree | bd3be7153c4e1c3225695eece8ea7b19b9aa2602 | |
parent | 9ae15783f633819bc7848506ca34bc8f757f0e40 (diff) |
Fix syntax errors in coffeescript headers
-rw-r--r-- | coffeescript.html.markdown | 2 | ||||
-rw-r--r-- | zh-cn/coffeescript-cn.html.markdown | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/coffeescript.html.markdown b/coffeescript.html.markdown index 86c875ba..82c6024c 100644 --- a/coffeescript.html.markdown +++ b/coffeescript.html.markdown @@ -2,7 +2,7 @@ language: coffeescript contributors: - ["Tenor Biel", "http://github.com/L8D"] - - ["Xavier Yao"], "http://github.com/xavieryao"] + - ["Xavier Yao", "http://github.com/xavieryao"] filename: coffeescript.coffee --- diff --git a/zh-cn/coffeescript-cn.html.markdown b/zh-cn/coffeescript-cn.html.markdown index 8fb96749..44561541 100644 --- a/zh-cn/coffeescript-cn.html.markdown +++ b/zh-cn/coffeescript-cn.html.markdown @@ -2,9 +2,9 @@ language: coffeescript contributors: - ["Tenor Biel", "http://github.com/L8D"] - - ["Xavier Yao"], "http://github.com/xavieryao"] + - ["Xavier Yao", "http://github.com/xavieryao"] translators: - - ["Xavier Yao"], "http://github.com/xavieryao"] + - ["Xavier Yao", "http://github.com/xavieryao"] filename: coffeescript-cn.coffee lang: zh-cn --- |